forked from shelby/examples
-
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) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 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": "@shelby-protocol/examples",
"private": true,
"scripts": {
"lint": "turbo run lint",
"fmt": "turbo run fmt",
"build": "turbo run build",
"test:once": "turbo run test:once",
"generate": "turbo run generate",
"update-table": "pnpm --filter @shelby-protocol/table-generator update-table",
"check-table": "pnpm --filter @shelby-protocol/table-generator check-table"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/node": "^22.15.17",
"turbo": "^2.5.3",
"typescript": "5.8.2"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=22.15.0"
},
"pnpm": {
"overrides": {
"keyv": "npm:@keyvhq/core@~1.6.26"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}
}