-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
37
38
39
40
41
42
43
{
"name": "lab",
"private": true,
"description": "",
"keywords": [],
"homepage": "https://builder.group/?utm_source=github",
"bugs": {
"url": "https://github.com/builder-group/lab/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/builder-group/lab.git"
},
"license": "AGPL-3.0-or-later",
"author": "@bennobuilder",
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean --force && shx rm -rf .turbo && shx rm -rf .vercel && shx rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md,json,js,jsx}\"",
"install:clean": "pnpm clean && pnpm install && pnpm build",
"lint": "turbo run lint",
"start:dev": "turbo run start:dev",
"test": "turbo run test",
"update:latest": "turbo run update:latest --force && pnpm update --latest && pnpm build"
},
"devDependencies": {
"@blgc/config": "^0.0.40",
"eslint": "^9.39.2",
"prettier": "^3.8.1",
"rollup": "^4.57.1",
"rollup-presets": "^0.0.26",
"shx": "^0.4.0",
"tsx": "^4.21.0",
"turbo": "^2.8.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@10.20.0",
"engines": {
"node": ">=24"
}
}