UNPKG

vibestack

Version:

Easily add instructions, cheat sheets and rules for your favorite tools tailored for your framework.

50 lines (49 loc) 1.06 kB
{ "name": "vibestack", "version": "0.1.2", "description": "Easily add instructions, cheat sheets and rules for your favorite tools tailored for your framework.", "main": "dist/index.js", "type": "module", "bin": { "vibestack": "dist/index.js" }, "scripts": { "build": "tsup", "start": "node dist/index.js", "dev": "tsup --watch", "test": "echo \"Error: no test specified\" && exit 1", "pub:prep": "bun run build && tsx scripts/version.ts" }, "files": [ "dist" ], "keywords": [ "cli", "developer-tools", "dx", "ai", "vibestack", "vibe", "stack", "vibecoding", "llms" ], "author": "Ravi", "license": "MIT", "dependencies": { "commander": "^13.1.0", "cosmiconfig": "^9.0.0", "kleur": "^4.1.5", "node-fetch": "^3.3.2", "ora": "^8.2.0", "prompts": "^2.4.2", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "@types/prompts": "^2.4.9", "tsup": "^8.0.2", "tsx": "^4.19.3", "typescript": "^5.8.2" } }