-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1015 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1015 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
35
36
37
38
39
40
{
"name": "t2000-monorepo",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"typecheck": "turbo typecheck",
"test": "turbo test",
"clean": "turbo clean"
},
"devDependencies": {
"@zodios/core": "^10.9.6",
"axios": "^1.13.6",
"prettier": "^3",
"tsx": "^4",
"turbo": "^2",
"typescript": "^5",
"zod": "^4.3.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"prisma",
"esbuild",
"sharp",
"unrs-resolver"
],
"overrides": {
"@mysten/sui": "^2.11.0",
"@mysten/bcs": "^2.0.1",
"@pythnetwork/pyth-sui-js": "2.2.0"
},
"patchedDependencies": {
"@naviprotocol/lending@1.4.0": "patches/@naviprotocol__lending@1.4.0.patch"
}
},
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
}