• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "service_vs_plugin",
3  "version": "1.0.0",
4  "description": "this tool ",
5  "main": "index.js",
6  "directories": {
7    "doc": "docs"
8  },
9  "dependencies": {
10    "mocha": "^9.2.1",
11    "node-gyp": "^8.4.1",
12    "stdio": "^2.1.1",
13    "typescript": "^4.5.5"
14  },
15  "scripts": {
16    "test": "echo \"Error: no test specified\" && exit 1"
17  },
18  "repository": {
19    "type": "git",
20    "url": "git@gitee.com:joeysun001/napi_generator.git"
21  },
22  "author": "",
23  "license": "ISC",
24  "pkg": {
25    "assets": [
26      "src/node_modules/typescript/**/*"
27    ]
28  }
29}
30