{ "name": "ralph-vibe", "version": "0.1.0", "description": "Generate Ralph Method project scaffolds with AI-powered research", "type": "module", "bin": { "ralph-vibe": "./dist/index.js" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm run test && npm run lint" }, "keywords": [ "cli", "ai", "claude", "vibe-coding", "ralph-method" ], "author": "", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@anthropic-ai/sdk": "^0.71.2", "chalk": "^5.6.2", "commander": "^14.0.2", "inquirer": "^13.1.0", "ora": "^9.0.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/inquirer": "^9.0.9", "@types/node": "^25.0.5", "@typescript-eslint/eslint-plugin": "^8.52.0", "@typescript-eslint/parser": "^8.52.0", "eslint": "^9.39.2", "tsup": "^8.5.1", "typescript": "^5.9.3", "typescript-eslint": "^8.52.0", "vitest": "^4.0.16" } }