-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 804 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"bin": {
"create-rubric-app": "./index.ts"
},
"dependencies": {
"@rubriclab/cli": "*"
},
"devDependencies": {
"@rubriclab/config": "*",
"@rubriclab/package": "*"
},
"homepage": "https://github.com/RubricLab/create-rubric-app#readme",
"keywords": [
"agent",
"ai",
"create",
"rubric"
],
"license": "gonuts",
"name": "create-rubric-app",
"repository": {
"type": "git",
"url": "https://github.com/RubricLab/create-rubric-app.git"
},
"scripts": {
"bleed": "bun x npm-check-updates -u",
"check": "bun x biome check .",
"clean": "rm -rf .next && rm -rf node_modules",
"format": "bun x biome check --write .",
"prepare": "bun x @rubriclab/package prepare"
},
"simple-git-hooks": {
"post-commit": "bun x @rubriclab/package post-commit"
},
"version": "1.6.37"
}