WienerScript/package.json
David Pichsenmeister a58243464d initial commit
2020-06-26 19:11:41 -07:00

21 lines
381 B
JSON

{
"name": "wienerscript",
"version": "1.0.0",
"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"
}
}