mirror of
https://github.com/aiclientproxy/proxycast.git
synced 2026-09-01 15:30:52 +08:00
36 lines
628 B
JSON
36 lines
628 B
JSON
{
|
|
"name": "@limecloud/lime-cli",
|
|
"version": "1.118.0",
|
|
"description": "Lime 官方任务 CLI",
|
|
"bin": {
|
|
"lime": "scripts/run.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/install.js",
|
|
"build:release": "node scripts/build-release.js"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/limecloud/lime.git"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"README.md",
|
|
"scripts/install.js",
|
|
"scripts/release-meta.js",
|
|
"scripts/run.js"
|
|
]
|
|
}
|