@calljmp/cli
Version:
48 lines • 1.09 kB
JSON
{
"name": "@calljmp/cli",
"version": "0.2.16",
"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 ",
"dependencies": {
"@cloudflare/unenv-preset": "^2.7.11",
"@types/figlet": "1.7.0",
"chalk": "4.1.2",
"commander": "13.1.0",
"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",
"ora": "5.3.0",
"unenv": "^2.0.0-rc.24"
},
"overrides": {
"react": "19.1.0",
"react-dom": "19.1.0",
"wrangler": "^4.54.0",
"next": "15.5.6"
},
"module": "./main.js",
"main": "./main.js",
"bin": {
"calljmp": "./main.js"
}
}