Files
tencentcloud__tencentmeetin…/package.json
2026-04-08 01:12:53 +08:00

24 lines
437 B
JSON

{
"name": "@tencentcloud/tmeet",
"version": "v1.0.1",
"description": "腾讯会议 CLI 工具",
"bin": {
"tmeet": "./scripts/tmeet.js"
},
"scripts": {
"postinstall": "node scripts/cleanup.js"
},
"files": [
"scripts/",
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TencentCloud/tencentmeeting-cli.git"
},
"engines": {
"node": ">=14"
},
"license": "MIT"
}