-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@questbook/supported-safes",
"version": "0.0.1",
"description": "Questbook supported safes",
"main": "lib/index",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"prepare": "tsc"
},
"files": [
"lib/*"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@safe-global/safe-core-sdk": "^3.2.2",
"@safe-global/safe-ethers-lib": "^1.8.0",
"@safe-global/safe-service-client": "^1.5.0",
"@solana/spl-governance": "0.3.18",
"@solana/spl-token": "^0.1.8",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "1.66.2",
"@types/ledgerhq__hw-transport": "^4.21.4",
"axios": "^0.27.2",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tonweb": "^0.0.58",
"wagmi": "^0.6.5"
},
"devDependencies": {
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/use-sync-external-store": "^0.0.3",
"buffer-layout": "^1.2.2",
"jest": "^29.2.2",
"node-fetch": "^3.2.10",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/questbook/supported-safes.git"
},
"bugs": {
"url": "https://github.com/questbook/supported-safes/issues"
},
"homepage": "https://github.com/questbook/supported-safes#readme"
}