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