• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "test",
3  "version": "1.0.0",
4  "checkApiVersion": "11",
5  "description": "",
6  "main": "",
7  "scripts": {
8    "test": "echo \"Error: no test specified\" && exit 1",
9    "testAll": "mocha --config test/mocha/.mocharc.jsonc",
10    "pack": "cross-env NODE_ENV='production' webpack --mode=production",
11    "build": "npm run pack --bundle",
12    "product": "ts-node src/main.ts -i test/debug/ut_nest_007.d.ts -o test/debug/output.json"
13  },
14  "keywords": [],
15  "author": "",
16  "license": "ISC",
17  "dependencies": {
18    "commander": "^9.5.0",
19    "comment-parser": "^1.3.1",
20    "exceljs": "^4.3.0",
21    "fs": "^0.0.1-security",
22    "lodash": "^4.17.21",
23    "path": "^0.12.7",
24    "typescript": "npm:ohos-typescript@^4.2.3-r5"
25  },
26  "devDependencies": {
27    "@types/chai": "^4.3.5",
28    "@types/commander": "^2.12.2",
29    "@types/exceljs": "^1.3.0",
30    "@types/fs-extra": "^9.0.13",
31    "@types/lodash": "~4.14.198",
32    "@types/mocha": "^7.0.2",
33    "@types/node": "^12.18.4",
34    "@types/prettier": "^2.4.4",
35    "chai": "^4.3.7",
36    "cross-env": "^7.0.3",
37    "json-loader": "^0.5.7",
38    "mocha": "^7.2.0",
39    "mochawesome": "^7.1.3",
40    "nyc": "^15.1.0",
41    "terser-webpack-plugin": "^5.3.1",
42    "ts-loader": "^9.2.8",
43    "ts-node": "^10.9.1",
44    "webpack": "^5.72.0",
45    "webpack-cli": "^4.10.0"
46  }
47}
48