-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
{
"name": "clawpage-demo",
"private": true,
"license": "Apache-2.0",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "clawpage-web dev",
"build:pages": "rimraf ./dist && clawpage-web build",
"build": "bun --filter clawpage build && bun --filter clawpage-web build",
"typecheck": "tsc --noEmit",
"format": "biome format --write .",
"lint": "biome lint .",
"test": "bun --bun test",
"prepare": "husky",
"release": "bun run build && bun run test && bunx changeset publish",
"prepublish": "bun run build",
"changeset": "changeset",
"version": "bunx changeset version",
"skill:publish": "clawhub publish ./skills/clawpage --slug clawpage --name \"Clawpage\""
},
"dependencies": {
"clawpage-web": "workspace:*"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@changesets/cli": "^2.29.8",
"@yelo/biome-config": "^0.1.4",
"@yelo/tsconfig": "^0.6.0",
"clawhub": "^0.7.0",
"husky": "^9.1.7",
"rimraf": "^6.1.3"
},
"version": ""
}