WienerScript/package.json
Julian Pufler 3c72cee90a
Refactoring (#8)
* replaced " by '

* no idea why it doesnt execute

* it was the semicolons, alright

* refactoring

* fixed exclude pattern and made it async
2020-07-19 21:34:59 -07:00

25 lines
719 B
JSON

{
"name": "wienerscript",
"version": "1.1.0",
"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",
"prettier": "^2.0.5"
}
}