mirror of
https://github.com/pichsenmeister/WienerScript.git
synced 2024-11-05 06:19:57 +00:00
25 lines
740 B
JSON
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"
|
|
}
|
|
} |