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.
23 lines
489 B
23 lines
489 B
{ |
|
"name": "@docmirror/dev-sidecar-cli", |
|
"version": "1.8.9", |
|
"private": false, |
|
"description": "给开发者的加速代理工具", |
|
"author": "docmirror.cn", |
|
"license": "MPL-2.0", |
|
"keywords": [ |
|
"dev-sidecar", |
|
"github加速", |
|
"google加速", |
|
"代理" |
|
], |
|
"main": "src/index.js", |
|
"bin": "./cli.js", |
|
"scripts": { |
|
"start": "node ./src" |
|
}, |
|
"dependencies": { |
|
"@docmirror/dev-sidecar": "workspace:*", |
|
"@docmirror/mitmproxy": "workspace:*" |
|
} |
|
}
|
|
|