forked from BravoNatalie/migration-support-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 958 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
32
33
34
35
36
37
{
"name": "multi-batch-migration",
"version": "1.0.0",
"description": "",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"biome:check": "biome check .",
"biome:write": "biome check --write .",
"format": "biome format --write .",
"test": "vitest run",
"test:watch": "vitest",
"backup-helper": "node scripts/backup-helper/index.mjs",
"migration-repair": "node scripts/migration-repair/migration-repair.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@filoz/synapse-core": "^0.5.2",
"@filoz/synapse-sdk": "^0.41.0",
"@storacha/client": "^2.1.4",
"@storacha/filecoin-pin-migration": "^1.1.0",
"aria2": "^5.0.0",
"execa": "^9.6.1",
"p-map": "^7.0.4",
"viem": "^2.50.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"vitest": "^3.2.4"
}
}