package.json 414 B

1234567891011121314151617
  1. {
  2. "name": "jison-calculator",
  3. "version": "1.0.2",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "cd src && node app.js",
  8. "make": "cd src && jison jison/calculator.jison",
  9. "test": "npm run make && npm start",
  10. "build": "bash src/scripts/build.sh"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "jison": "^0.4.18"
  16. }
  17. }