-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 620 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "ulk",
"version": "4.1.0",
"private": true,
"description": "AI-assisted development toolkit",
"type": "module",
"workspaces": [
"packages/*",
"site"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"build:core": "npm run build -w @ulk/core",
"build:status-board": "npm run build -w @ulk/status-board",
"build:site": "npm run build -w @ulk/site",
"clean": "npm run clean --workspaces --if-present",
"dev:site": "npm run dev -w @ulk/site",
"status-board": "npm run start -w @ulk/status-board --"
},
"author": "izo",
"license": "MIT"
}