-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 812 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
{
"name": "stet",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"build": "vp run -r build",
"changeset": "changeset",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"check": "vp check",
"dev": "vp dev apps/web",
"knip": "knip",
"ready": "vp check && knip && vp run -r tc && vp run -r build",
"release": "vp run --filter './published/*' build && changeset publish",
"seed": "pnpm --filter @repo/seed seed"
},
"devDependencies": {
"@changesets/cli": "catalog:",
"knip": "catalog:",
"typescript": "catalog:",
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.2",
"vite-plus": "catalog:"
},
"engines": {
"node": ">=22.18.0"
},
"packageManager": "pnpm@11.15.1"
}