WienerScript/package.json
David Pichsenmeister e14444d371 fixed file path issue
2020-06-29 18:15:54 -07:00

25 lines
740 B
JSON

{
"name": "wienerscript",
"version": "1.0.1",
"description": "WienerScript adds syntactic WIENERISCH to JavaScript that makes it less forgiving, more emotional, and even painful to write, allowing you to do less with more code.",
"main": "./index.js",
"bin": {
"wienerscript": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pichsenmeister/wienerscript.git"
},
"author": "David Pichsenmeister <opensource@pichsenmeister.com>",
"homepage": "https://github.com/pichsenmeister/wienerscript",
"license": "MIT",
"dependencies": {
"glob": "^7.1.6",
"mkdirp": "^1.0.4",
"prettier": "^2.0.5"
}
}