-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 972 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 972 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": "aliencommons",
"private": true,
"scripts": {
"build": "turbo run build",
"check": "turbo run check",
"check:fix": "turbo run check:fix",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"lint:check": "turbo run lint:check",
"lint:fix": "turbo run lint:fix",
"fmt:check": "turbo run fmt:check",
"fmt:fix": "turbo run fmt:fix",
"license:check": "node scripts/check-licenses.mjs",
"knip": "knip --no-exit-code",
"knip:strict": "knip",
"prepare": "vp config"
},
"devDependencies": {
"@types/node": "^26.5.1",
"knip": "^6.35.1",
"tsx": "^4.23.13",
"turbo": "^2.10.12",
"typescript": "npm:typescript-native-bridge@6.0.3-bridge.7.tsgo.7.0.2",
"vite-plus": "^0.3.1",
"vue-tsc": "^3.3.11"
},
"packageManager": "pnpm@11.19.0+sha512.7881f3ed590d472c4a955e2b88b2121791116066dcc88cbca3849ec9b60f1bbaa6d2ccb221fa91da4e1c65bef2bcbe379365aea7ac539c7bf86dedc3a1b22dce"
}