-
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": "^20",
"pnpm": "^9",
"npm": "please use pnpm"
},
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195",
"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": "~20.13.0",
"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"
}
}