WienerScript/package.json

25 lines
575 B
JSON
Raw Normal View History

2020-06-27 03:11:41 +01:00
{
"name": "wienerscript",
2020-06-30 01:32:16 +01:00
"version": "1.0.0",
2020-06-27 03:11:41 +01:00
"description": "",
"main": "./index.js",
"bin": {
"wienerscript": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
2020-06-30 01:34:41 +01:00
"repository": {
"type": "git",
"url": "https://github.com/pichsenmeister/wienerscript.git"
},
"author": "David Pichsenmeister <opensource@pichsenmeister.com>",
"homepage": "https://github.com/pichsenmeister/wienerscript",
"license": "MIT",
2020-06-27 03:11:41 +01:00
"dependencies": {
"glob": "^7.1.6",
"mkdirp": "^1.0.4",
"prettier": "^2.0.5"
}
2020-06-27 23:33:17 +01:00
}