Files
wecomteam--wecom-cli/packages/darwin-x64/package.json
T
2026-07-13 12:31:38 +08:00

20 lines
275 B
JSON

{
"name": "@wecom/cli-darwin-x64",
"version": "0.1.9",
"description": "The darwin-x64 binary for @wecom/cli",
"license": "MIT",
"files": [
"bin",
"README.md"
],
"engines": {
"node": ">=18"
},
"os": [
"darwin"
],
"cpu": [
"x64"
]
}