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