WienerScript/package.json

20 lines
380 B
JSON
Raw Normal View History

2020-06-27 03:11:41 +01:00
{
"name": "wienerscript",
2020-06-27 23:33:17 +01:00
"version": "0.0.1",
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"
},
"author": "David Pichsenmeister",
"license": "ISC",
"dependencies": {
"glob": "^7.1.6",
"mkdirp": "^1.0.4",
"prettier": "^2.0.5"
}
2020-06-27 23:33:17 +01:00
}