mirror of
https://github.com/larksuite/cli.git
synced 2026-07-03 14:02:43 +08:00
38 lines
657 B
JSON
38 lines
657 B
JSON
{
|
|
"name": "@larksuite/cli",
|
|
"version": "1.0.13",
|
|
"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/install-wizard.js",
|
|
"scripts/run.js",
|
|
"CHANGELOG.md"
|
|
],
|
|
"dependencies": {
|
|
"@clack/prompts": "^1.2.0"
|
|
}
|
|
}
|