{ "name": "service_vs_plugin", "version": "1.0.0", "description": "this tool ", "main": "index.js", "directories": { "doc": "docs" }, "dependencies": { "mocha": "^9.2.1", "node-gyp": "^8.4.1", "stdio": "^2.1.1", "typescript": "^4.5.5" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitee.com:joeysun001/napi_generator.git" }, "author": "", "license": "ISC", "pkg": { "assets": [ "src/node_modules/typescript/**/*" ] } }