1{ 2 "name": "jsdoc_format_plugin", 3 "version": "1.0.0", 4 "description": "", 5 "main": "", 6 "scripts": { 7 "testAll": "npm install && mocha --config test/mocha/.mocharc.jsonc", 8 "testOnly": "nyc mocha --config test/mocha/.mocharc.jsonc --grep", 9 "pack": "webpack --mode=production", 10 "build": "npm run pack --bundle", 11 "formatSDK": "ts-node src/main.ts -i ../../api/ -o formatedSDK/" 12 }, 13 "author": "", 14 "license": "ISC", 15 "dependencies": { 16 "api-checker": "file:../api_check_plugin", 17 "commander": "^9.1.0", 18 "comment-parser": "1.3.1", 19 "exceljs": "^4.3.0", 20 "fs": "^0.0.1-security", 21 "path": "^0.12.7", 22 "prettier": "^2.6.2", 23 "typescript": "^4.9.5" 24 }, 25 "devDependencies": { 26 "@types/chai": "^4.2.11", 27 "@types/commander": "^2.12.2", 28 "@types/fs-extra": "^9.0.13", 29 "@types/mocha": "^7.0.2", 30 "@types/node": "^17.0.23", 31 "@types/prettier": "^2.4.4", 32 "chai": "^4.2.0", 33 "json-loader": "^0.5.7", 34 "mocha": "^7.1.1", 35 "mochawesome": "^7.1.3", 36 "nyc": "^15.1.0", 37 "terser-webpack-plugin": "^5.3.1", 38 "ts-loader": "^9.2.8", 39 "ts-node": "^10.9.1", 40 "webpack": "^5.72.0", 41 "webpack-cli": "^4.10.0" 42 } 43} 44