mirror of
https://github.com/larksuite/cli.git
synced 2026-07-06 16:18:05 +08:00
* docs: add v1.0.5 changelog Change-Id: Ia2c5e8f3d3e5fb95b4509e2f5d62a1ee253cd679 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: bump version to v1.0.5 Change-Id: I8d19ec44311f9bf0e700152beab1fd8d261c3f73 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.5",
|
|
"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"
|
|
]
|
|
}
|