mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
* feat: add npm publish job to release workflow Change-Id: Ibfae2af6bd2aabf09936c96d21964af98b77c127 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat: bump package version to 1.0.1 Change-Id: Ifb58789be5621ab4979b5fe60e0e30042e07fea8 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
567 B
JSON
34 lines
567 B
JSON
{
|
|
"name": "@larksuite/cli",
|
|
"version": "1.0.1",
|
|
"description": "The official CLI for Lark/Feishu open platform",
|
|
"bin": {
|
|
"lark-cli": "scripts/run.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/install.js"
|
|
},
|
|
"os": [
|
|
"darwin",
|
|
"linux",
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/larksuite/cli.git"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"scripts/install.js",
|
|
"scripts/run.js",
|
|
"CHANGELOG.md"
|
|
]
|
|
}
|