-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "safecd",
"version": "1.1.2",
"license": "MIT",
"main": "dist/index.js",
"bin": {
"safecd": "./dist/index.js"
},
"dependencies": {
"@ethersproject/hardware-wallets": "5.7.0",
"@fireblocks/fireblocks-web3-provider": "^1.2.3",
"@ledgerhq/hw-transport-node-hid": "^6.28.3",
"@safe-global/api-kit": "2.3.0",
"@safe-global/protocol-kit": "3.0.2",
"@slack/rtm-api": "^6.1.1",
"@slack/web-api": "^6.9.0",
"@types/node": "18.15.11",
"@types/prettier": "2.7.2",
"@walletconnect/ethereum-provider": "^2.10.0",
"@walletconnect/modal": "^2.6.1",
"axios": "1.4.0",
"color": "^4.2.3",
"commander": "11.0.0",
"ethers": "6.11.1",
"git-diff": "2.0.6",
"lokijs": "^1.5.12",
"nice-color-palettes": "^3.0.0",
"node-hid": "2.1.2",
"qrcode-terminal": "^0.12.0",
"safe-eval": "^0.4.1",
"typescript": "4.9.4",
"yaml": "2.3.1",
"yaml-schema-validator": "1.2.3",
"zod": "3.22.2"
},
"scripts": {
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"lint": "eslint src/**/*.ts",
"build": "tsc",
"start": "tsc && node ./dist/index.js",
"prepublish": "tsc"
},
"devDependencies": {
"prettier": "2.8.7",
"prettier-plugin-organize-imports": "3.2.2"
}
}