|
1 | 1 | { |
2 | | - "bin": { |
3 | | - "create-rubric-app": "./index.ts" |
4 | | - }, |
5 | | - "dependencies": { |
6 | | - "@rubriclab/cli": "*" |
7 | | - }, |
8 | | - "devDependencies": { |
9 | | - "@rubriclab/config": "*", |
10 | | - "@rubriclab/package": "*" |
11 | | - }, |
12 | | - "homepage": "https://github.com/RubricLab/create-rubric-app#readme", |
13 | | - "keywords": [ |
14 | | - "agent", |
15 | | - "ai", |
16 | | - "create", |
17 | | - "rubric" |
18 | | - ], |
19 | | - "license": "gonuts", |
20 | | - "name": "create-rubric-app", |
21 | | - "repository": { |
22 | | - "type": "git", |
23 | | - "url": "https://github.com/RubricLab/create-rubric-app.git" |
24 | | - }, |
25 | | - "scripts": { |
26 | | - "bleed": "bun x npm-check-updates -u", |
27 | | - "check": "bun x biome check .", |
28 | | - "clean": "rm -rf .next && rm -rf node_modules", |
29 | | - "format": "bun x biome check --write .", |
30 | | - "prepare": "bun x @rubriclab/package prepare" |
31 | | - }, |
32 | | - "simple-git-hooks": { |
33 | | - "post-commit": "bun x @rubriclab/package post-commit" |
34 | | - }, |
35 | | - "version": "1.6.25" |
| 2 | + "bin": { |
| 3 | + "create-rubric-app": "./index.ts" |
| 4 | + }, |
| 5 | + "dependencies": { |
| 6 | + "@rubriclab/cli": "*" |
| 7 | + }, |
| 8 | + "devDependencies": { |
| 9 | + "@rubriclab/config": "*", |
| 10 | + "@rubriclab/package": "*" |
| 11 | + }, |
| 12 | + "homepage": "https://github.com/RubricLab/create-rubric-app#readme", |
| 13 | + "keywords": [ |
| 14 | + "agent", |
| 15 | + "ai", |
| 16 | + "create", |
| 17 | + "rubric" |
| 18 | + ], |
| 19 | + "license": "gonuts", |
| 20 | + "name": "create-rubric-app", |
| 21 | + "repository": { |
| 22 | + "type": "git", |
| 23 | + "url": "https://github.com/RubricLab/create-rubric-app.git" |
| 24 | + }, |
| 25 | + "scripts": { |
| 26 | + "bleed": "bun x npm-check-updates -u", |
| 27 | + "check": "bun x biome check .", |
| 28 | + "clean": "rm -rf .next && rm -rf node_modules", |
| 29 | + "format": "bun x biome check --write .", |
| 30 | + "prepare": "bun x @rubriclab/package prepare" |
| 31 | + }, |
| 32 | + "simple-git-hooks": { |
| 33 | + "post-commit": "bun x @rubriclab/package post-commit" |
| 34 | + }, |
| 35 | + "version": "1.6.26" |
36 | 36 | } |
0 commit comments