-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 Bytes
/
package.json
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
{
"name": "phala-apps",
"version": "0.0.1",
"private": true,
"homepage": "https://github.com/Phala-Network/apps#readme",
"bugs": {
"url": "https://github.com/Phala-Network/apps/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phala-Network/apps.git"
},
"license": "MIT",
"workspaces": ["apps/*", "packages/*"],
"scripts": {
"build": "turbo run build",
"check": "turbo run check",
"preinstall": "lefthook install"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.10.6",
"lefthook": "^1.10.5",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.3"
},
"packageManager": "bun@1.1.43",
"patchedDependencies": {
"@buildwithsygma/sygma-sdk-core@2.11.2": "patches/@buildwithsygma%2Fsygma-sdk-core@2.11.2.patch"
}
}