1{ 2 "name": "test", 3 "version": "1.0.0", 4 "description": "", 5 "main": "", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "testAll": "npm install && mocha --config test/mocha/.mocharc.jsonc", 9 "pack": "webpack --mode=production", 10 "build": "npm run pack --bundle", 11 "product": "ts-node src/main.ts -i test/debug/ut_nest_007.d.ts -o test/debug/output.json" 12 }, 13 "keywords": [], 14 "author": "", 15 "license": "ISC", 16 "dependencies": { 17 "commander": "^9.5.0", 18 "comment-parser": "^1.3.1", 19 "fs": "^0.0.1-security", 20 "path": "^0.12.7", 21 "typescript": "^5.0.2" 22 }, 23 "devDependencies": { 24 "@types/chai": "^4.3.5", 25 "@types/commander": "^2.12.2", 26 "@types/fs-extra": "^9.0.13", 27 "@types/mocha": "^7.0.2", 28 "@types/node": "^17.0.23", 29 "@types/prettier": "^2.4.4", 30 "chai": "^4.3.7", 31 "json-loader": "^0.5.7", 32 "mocha": "^7.2.0", 33 "mochawesome": "^7.1.3", 34 "nyc": "^15.1.0", 35 "terser-webpack-plugin": "^5.3.1", 36 "ts-loader": "^9.2.8", 37 "ts-node": "^10.9.1", 38 "webpack": "^5.72.0", 39 "webpack-cli": "^4.10.0" 40 } 41} 42