{ "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 ", "homepage": "https://github.com/pichsenmeister/wienerscript", "license": "MIT", "dependencies": { "glob": "^7.1.6", "mkdirp": "^1.0.4", "prettier": "^2.0.5" } }