/ package.json
package.json
1 { 2 "name": "jbauto", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "dev": "tsc && node dist/app.js", 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "keywords": [], 11 "author": "", 12 "type": "module", 13 "license": "ISC", 14 "devDependencies": { 15 "@types/node": "^22.0.0", 16 "typescript": "^5.5.4" 17 }, 18 "dependencies": { 19 "@types/cssbeautify": "^0.3.5", 20 "@types/hjson": "^2.4.6", 21 "axios": "^1.7.2", 22 "cssbeautify": "^0.3.1", 23 "fs": "0.0.1-security", 24 "hjson": "^3.2.2", 25 "webcrack": "^2.13.0" 26 } 27 }