-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 916 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@ktmcp-cli/control-api-v1",
"version": "1.0.14",
"description": "Use the Control API to manage your applications, namespaces, keys, queues, rules, and more.\n\nDetailed information on using this API can be found in the Ably <a href=\"https://ably.com/documentation/control-api\">developer documentation</a>.\n\nControl API is currently in Beta.\n",
"type": "module",
"main": "bin/control-api-v1.js",
"bin": {
"control-api-v1": "./bin/control-api-v1.js"
},
"scripts": {
"start": "node bin/control-api-v1.js",
"dev": "node bin/control-api-v1.js"
},
"keywords": [
"cli",
"api",
"control-api-v1",
"ktmcp"
],
"author": "KTMCP",
"license": "MIT",
"dependencies": {
"commander": "^12.0.0",
"axios": "^1.6.0",
"chalk": "^5.3.0",
"conf": "^12.0.0",
"dotenv": "^16.4.0",
"ora": "^8.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}