Files
proxycast/packages/lime-cli-npm/package.json
T
2026-08-02 04:28:14 +08:00

36 lines
628 B
JSON

{
"name": "@limecloud/lime-cli",
"version": "1.119.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"
]
}