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