{ "name": "jison-calculator", "version": "1.0.1", "description": "", "main": "app.js", "scripts": { "start": "cd src && node app.js", "make": "cd src && jison jison/calculator.jison", "build": "bash scripts/build.sh" }, "author": "", "license": "ISC", "dependencies": { "jison": "^0.4.18" } }