mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 00:55:53 +08:00
Update the package version and changelog entry so the release branch matches the v1.0.11 changes already queued after v1.0.10. This keeps the published package version and human-readable release notes aligned without pulling unrelated local workspace changes into the release PR. Change-Id: Ia937651001e0057df4fe82bd11705c52d343f9a9
34 lines
568 B
JSON
34 lines
568 B
JSON
{
|
|
"name": "@larksuite/cli",
|
|
"version": "1.0.11",
|
|
"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"
|
|
]
|
|
}
|