| 1 | { |
| 2 | "name": "create-bhvr", |
| 3 | "version": "0.3.0", |
| 4 | "description": "Create a new bhvr project", |
| 5 | "main": "index.js", |
| 6 | "type": "module", |
| 7 | "bin": { |
| 8 | "create-vrhb": "index.js" |
| 9 | }, |
| 10 | "files": [ |
| 11 | "index.js" |
| 12 | ], |
| 13 | "scripts": { |
| 14 | "test": "echo \"Error: no test specified\" && exit 1" |
| 15 | }, |
| 16 | "keywords": [ |
| 17 | "bun", |
| 18 | "vite", |
| 19 | "react", |
| 20 | "hono", |
| 21 | "monorepo", |
| 22 | "starter", |
| 23 | "template", |
| 24 | "create" |
| 25 | ], |
| 26 | "author": "Steve Simkins", |
| 27 | "license": "MIT", |
| 28 | "dependencies": { |
| 29 | "chalk": "^5.3.0", |
| 30 | "commander": "^11.1.0", |
| 31 | "degit": "^2.8.4", |
| 32 | "execa": "^7.1.1", |
| 33 | "figlet": "^1.8.1", |
| 34 | "fs-extra": "^11.2.0", |
| 35 | "ora": "^6.3.1", |
| 36 | "prompts": "^2.4.2" |
| 37 | }, |
| 38 | "engines": { |
| 39 | "node": ">=14.16" |
| 40 | } |
| 41 | } |