-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 910 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
{
"name": "permissions-starter-kit",
"license": "MIT",
"engines": {
"node": ">=20"
},
"scripts": {
"setup": "eth-sdk -p ./.lib/eth-sdk",
"test": "jest --runInBand --watch",
"apply": "rimraf build && tsc && node build/.lib/scripts/apply.js"
},
"dependencies": {
"@gnosis-guild/eth-sdk": "^0.3.7",
"@gnosis-guild/eth-sdk-client": "^0.1.6",
"@safe-global/api-kit": "^2.3.0",
"@types/jest": "^29.5.2",
"@types/node": "^20.12.7",
"ethers": "^6.13.4",
"jest": "^29.7.0",
"open": "^8.4.2",
"prettier": "^3.0.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.6.3",
"yargs": "^17.7.2",
"zodiac-roles-sdk": "^2.21.0"
},
"packageManager": "[email protected]+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}