forked from XenDana/TrueOrigin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 944 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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0",
"pnpm": ">=7.0.0",
"husky": "9.1.4"
},
"name": "trustorigin",
"scripts": {
"setup-declarations": "dfx generate TrustOrigin_backend",
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run prebuild --workspaces --if-present",
"pretest": "npm run prebuild --workspaces --if-present",
"start": "npm start --workspaces --if-present",
"test": "npm test --workspaces --if-present",
"prepare": "husky"
},
"type": "module",
"workspaces": [
"src/frontend"
],
"dependencies": {
"@dfinity/agent": "^2.0.0"
},
"devDependencies": {
"husky": "^9.1.4"
},
"packageManager": "[email protected]+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}