-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 893 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 893 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
34
35
36
37
38
{
"name": "@calljmp/cli",
"version": "0.2.18",
"type": "module",
"description": "Calljmp CLI",
"keywords": [
"calljmp",
"ai",
"agents",
"workflows"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Calljmp/calljmp-cli.git"
},
"author": "Calljmp <info@calljmp.com> (https://calljmp.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Calljmp/calljmp-cli/issues"
},
"homepage": "https://github.com/Calljmp/calljmp-cli ",
"devDependencies": {
"@types/figlet": "^1.7.0",
"@types/node": "^24.9.1",
"vitest": "^4.0.3"
},
"dependencies": {
"@cloudflare/unenv-preset": "^2.7.11",
"enquirer": "^2.4.1",
"esbuild": "^0.27.0",
"figlet": "^1.8.0",
"gradient-string": "^3.0.0",
"jose": "^5.10.0",
"mustache": "^4.2.0",
"node-fetch": "^3.3.2",
"unenv": "^2.0.0-rc.24"
}
}