-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 793 Bytes
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
{
"name": "redeploy",
"version": "0.0.0",
"license": "MIT",
"private": true,
"description": "Hardhat Ignition-based deployment system: declarative deploy/config, idempotent resume, verification, reader library, and a visual authoring/inspection studio.",
"type": "module",
"packageManager": "pnpm@10.33.4",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test",
"coverage": "pnpm -r coverage",
"lint": "pnpm -r --if-present lint"
},
"devDependencies": {
"typescript": "^5.7.2",
"@eslint/js": "^9.39.4",
"eslint": "^9.39.4",
"typescript-eslint": "^8.61.0",
"solhint": "^5.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}