UNPKG

codrup

Version:

Installer CLI for setting up the codr AI toolchain

47 lines (46 loc) 931 B
{ "name": "codrup", "version": "1.1.1", "description": "Installer CLI for setting up the codr AI toolchain", "type": "module", "bin": { "codrup": "./dist/index.js" }, "scripts": { "dev": "bun dist/index.js", "build": "bun build src/index.ts --outdir dist --target bun", "prepublishOnly": "bun run build" }, "keywords": [ "codr", "ai", "cli", "installer", "tooling", "devtools" ], "author": "Anish Roy (https://github.com/pshycodr)", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Codr-CLI/codrup" }, "engines": { "bun": ">=1.1.0" }, "dependencies": { "@clack/prompts": "^0.7.0", "chalk": "^5.6.2", "commander": "^11.1.0", "execa": "^8.0.1", "picocolors": "^1.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "devDependencies": { "@types/node": "^24.0.14" } }