{
  "name": "JS_API_OPTIMIZE_PLUGIN",
  "version": "1.0.0",
  "checkApiVersion": "11",
  "description": "",
  "main": "",
  "scripts": {
    "postinstall": "node scripts/copylibs.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "testAll": "mocha --config test/mocha/.mocharc.jsonc",
    "pack": "cross-env NODE_ENV='production' webpack --mode=production",
    "build": "npm run pack --bundle",
    "product": "ts-node src/main.ts -i test/debug/ut_nest_007.d.ts -o test/debug/output.json"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "archiver": "^7.0.1",
    "commander": "^9.5.0",
    "comment-parser": "^1.3.1",
    "exceljs": "^4.3.0",
    "fs": "^0.0.1-security",
    "lodash": "^4.17.21",
    "path": "^0.12.7",
    "typescript": "npm:ohos-typescript@^4.2.3-r5"
  },
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/commander": "^2.12.2",
    "@types/exceljs": "^1.3.0",
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "~4.14.198",
    "@types/mocha": "^7.0.2",
    "@types/node": "^12.18.4",
    "@types/prettier": "^2.4.4",
    "chai": "^4.3.7",
    "cross-env": "^7.0.3",
    "json-loader": "^0.5.7",
    "mocha": "^7.2.0",
    "mochawesome": "^7.1.3",
    "nyc": "^15.1.0",
    "terser-webpack-plugin": "^5.3.1",
    "ts-loader": "^9.2.8",
    "ts-node": "^10.9.1",
    "webpack": "^5.72.0",
    "webpack-cli": "^4.10.0"
  }
}