You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dev-sidecar/packages/core/package.json

32 lines
631 B

{
"name": "@docmirror/dev-sidecar",
"version": "1.8.9",
"private": false,
"description": "给开发者的加速代理工具",
"author": "docmirror.cn",
"license": "MPL-2.0",
"keywords": [
"dev-sidecar",
"github加速",
"google加速",
"代理"
],
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"fix-path": "^3.0.0",
"iconv-lite": "^0.6.3",
"lodash": "^4.17.20",
"log4js": "^6.9.1",
"node-powershell": "^4.0.0",
"spawn-sync": "^2.0.0",
"winreg": "^1.2.5"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.2.1"
}
}