-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 1.01 KB
/
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
34
35
{
"name": "response-verification",
"private": true,
"engines": {
"node": "^22",
"pnpm": "^9",
"npm": "please use pnpm"
},
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"scripts": {
"build": "pnpm run -r build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "pnpm run -r test"
},
"devDependencies": {
"@dfinity/agent": "^1.0.1",
"@dfinity/candid": "^1.0.1",
"@dfinity/principal": "^1.0.1",
"@hadronous/pic": "0.6.1-b1",
"@types/jest": "^29.5.13",
"@types/node": "~22.10.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "~5.6.2",
"vite": "^5.4.6",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-static-copy": "^1.0.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-solid": "^2.10.2",
"vitest": "^2.1.1",
"solid-js": "^1.7.6"
}
}