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