mirror of
https://github.com/franalgaba/grimoire.git
synced 2026-09-14 20:26:31 +08:00
2cca3994a2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37 lines
806 B
JSON
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"
|
|
]
|
|
}
|