-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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": "^24",
"pnpm": "^10",
"npm": "please use pnpm"
},
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
"scripts": {
"build": "pnpm run -r build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "pnpm run -r test"
},
"devDependencies": {
"@dfinity/agent": "^1.4.0",
"@dfinity/candid": "^1.4.0",
"@dfinity/pic": "0.12.0",
"@dfinity/principal": "^1.4.0",
"@types/jest": "^29.5.14",
"@types/node": "~22.10.10",
"jest": "^29.7.0",
"prettier": "^3.8.1",
"solid-js": "^1.9.12",
"ts-jest": "^29.4.9",
"typescript": "~5.6.3",
"vite": "^7.3.2",
"vite-plugin-checker": "^0.12.0",
"vite-plugin-compression2": "^2.5.3",
"vite-plugin-solid": "^2.11.12",
"vite-plugin-static-copy": "^3.4.0",
"vitest": "^4.1.3"
}
}