forked from Goddhi/light-house-migration-tooling
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 695 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 695 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": "lighthouse-drive-migration",
"version": "0.1.0",
"type": "module",
"bin": {
"lh": "./dist/cli/min.js",
"lh-s3": "./dist/cli/s3.js"
},
"scripts": {
"build": "tsc",
"link": "npm link"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"@aws-sdk/credential-providers": "^3.645.0",
"@lighthouse-web3/sdk": "^0.4.2",
"commander": "^12.1.0",
"dotenv": "^17.2.3",
"googleapis": "^144.0.0",
"keytar": "^7.9.0",
"open": "^10.0.0",
"p-limit": "^5.0.0",
"prompts": "^2.4.2"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/prompts": "^2.4.9",
"tsx": "^4.19.0",
"typescript": "^5.5.0"
}
}