-
Notifications
You must be signed in to change notification settings - Fork 459
/
package.json
31 lines (31 loc) · 906 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
31
{
"private": true,
"name": "@safe-global/safe-wallet",
"version": "1.0.0",
"workspaces": [
"apps/*",
"config/*",
"packages/*"
],
"scripts": {
"lint": "yarn workspaces foreach --all -pt run lint",
"test": "yarn workspaces foreach --all -pt run test",
"eslint": "yarn workspaces foreach --all -pt run eslint",
"prettier": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"resolutions": {
"@safe-global/safe-core-sdk-types/ethers": "6.13.4",
"@safe-global/protocol-kit/ethers": "6.13.4",
"@safe-global/api-kit/ethers": "6.13.4",
"@gnosis.pm/zodiac/ethers": "6.13.4",
"@cowprotocol/events": "1.3.0"
},
"devDependencies": {
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"msw": "^2.7.0",
"prettier": "^3.4.2"
},
"packageManager": "yarn@4.5.3"
}