forked from safe-global/safe-deployments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@safe-global/safe-deployments",
"version": "1.37.60",
"description": "Collection of Safe singleton deployments",
"homepage": "https://github.com/safe-global/safe-deployments/",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"build": "rimraf dist && tsc",
"lint": "pnpm run lint:ts && pnpm run lint:json",
"lint:ts": "eslint --max-warnings 0 src/ scripts/",
"lint:json": "prettier -c src/assets/*/*.json",
"lint:fix": "pnpm run lint:fix:ts && pnpm run lint:fix:json",
"lint:fix:ts": "pnpm run lint:ts --fix",
"lint:fix:json": "prettier -w src/assets/*/*.json",
"review:verify-deployment": "ts-node scripts/review/verifyDeployment.ts",
"review:diff": "ts-node scripts/review/diff.ts",
"update-registry": "ts-node scripts/update-registry.ts && pnpm run lint:fix:json",
"prepack": "pnpm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safe-global/safe-deployments.git"
},
"keywords": [
"Ethereum",
"Wallet",
"Safe"
],
"author": "richard@safe.global",
"bugs": {
"url": "https://github.com/safe-global/safe-deployments/issues"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/semver": "^7.5.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"ethers": "^6.13.1",
"jest": "^29.7.0",
"parse-diff": "^0.11.1",
"prettier": "^3.3.2",
"rimraf": "^6.1.3",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"
},
"dependencies": {
"semver": "^7.6.2"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.16.0"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}