Files
github-actions[bot] 2cca3994a2 Version Packages (#95)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-08 12:39:36 +02:00

37 lines
806 B
JSON

{
"name": "@grimoirelabs/cli",
"version": "0.17.1",
"description": "CLI for Grimoire spell execution",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"grimoire": "dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/franalgaba/grimoire",
"directory": "packages/cli"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "bun run src/index.ts",
"test": "bun test"
},
"dependencies": {
"@grimoirelabs/core": "0.21.0",
"@grimoirelabs/venues": "0.13.0",
"@mariozechner/pi-coding-agent": "0.62.0",
"chalk": "^5.6.2",
"incur": "^0.3.8",
"ora": "^9.3.0",
"viem": "^2.47.6"
},
"devDependencies": {
"typescript": "^5.9.3"
},
"files": [
"dist"
]
}