-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 847 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
30
31
32
33
34
{
"name": "@papersync/root",
"private": true,
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"test:a11y": "turbo run test:a11y",
"check": "standards check && turbo run lint check-types test build test:a11y --output-logs=errors-only",
"check:fix": "standards check && turbo run lint:fix check-types test build test:a11y --output-logs=errors-only",
"dev:web": "turbo run dev --filter @papersync/web"
},
"devDependencies": {
"@biomejs/biome": "2.5.13",
"@davidvornholt/standards": "0.26.1",
"turbo": "2.10.12",
"typescript": "7.0.2"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
],
"packageManager": "bun@1.4.2",
"type": "module",
"devDatabase": {
"postgresVersion": "18"
}
}