2020-06-27 03:11:41 +01:00
{
"name" : "wienerscript" ,
2020-07-01 18:24:27 +01:00
"version" : "1.0.2" ,
2020-06-30 01:35:57 +01:00
"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." ,
2020-06-27 03:11:41 +01:00
"main" : "./index.js" ,
"bin" : {
"wienerscript" : "./index.js"
} ,
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1" ,
"start" : "node index.js"
} ,
2020-06-30 01:34:41 +01:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/pichsenmeister/wienerscript.git"
} ,
"author" : "David Pichsenmeister <opensource@pichsenmeister.com>" ,
"homepage" : "https://github.com/pichsenmeister/wienerscript" ,
"license" : "MIT" ,
2020-06-27 03:11:41 +01:00
"dependencies" : {
"glob" : "^7.1.6" ,
"mkdirp" : "^1.0.4" ,
"prettier" : "^2.0.5"
}
2020-06-27 23:33:17 +01:00
}