-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
52 lines (52 loc) · 1.4 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": "@safe-global/safe-modules",
"version": "1.0.0",
"description": "A monorepo for Safe modules",
"private": true,
"main": "dist/index.js",
"workspaces": [
"packages/*",
"modules/*",
"examples/*"
],
"scripts": {
"fmt:global": "prettier --write .",
"fmt:global-check": "prettier --check .",
"lint:monorepo": "sherif -i @openzeppelin/contracts -i solc -r root-package-manager-field"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safe-global/safe-modules.git"
},
"author": "@safe-global",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/safe-global/safe-modules/issues"
},
"homepage": "https://github.com/safe-global/safe-modules#readme",
"keywords": [
"Ethereum",
"Wallet",
"Safe"
],
"engines": {
"node": "^20",
"pnpm": "^9"
},
"devDependencies": {
"@safe-global/safe-singleton-factory": "^1.0.31",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"prettier": "^3.3.0",
"prettier-plugin-solidity": "^1.3.1",
"rimraf": "^5.0.7",
"sherif": "^0.10.0"
}
}