-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 806 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 806 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
{
"name": "surrealdb-cm",
"workspaces": ["packages/*"],
"private": true,
"scripts": {
"test": "turbo run-tests",
"build": "turbo build",
"dev": "vite",
"deploy": "turbo deploy",
"lint:check": "biome check . --formatter-enabled=false",
"lint:apply": "biome check . --formatter-enabled=false --write",
"lint:apply:unsafe": "biome check . --formatter-enabled=false --write --unsafe",
"postinstall": "bun run scripts/fix-bun-lock-versions.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"vite": "^5.4.11",
"turbo": "^2.5.6",
"@codemirror/language": "^6.10.3",
"@codemirror/commands": "^6.7.1",
"@codemirror/autocomplete": "^6.18.2",
"@codemirror/view": "^6.34.2",
"@codemirror/state": "^6.4.1",
"@lezer/highlight": "^1.2.1"
},
"packageManager": "bun@1.2.19"
}