-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "harbor-cli",
"version": "1.0.2",
"main": "bin/index.js",
"license": "MIT",
"type": "module",
"preferGlobal": true,
"bin": {
"harbor": "./bin/index.js"
},
"scripts": {
"build": "yarn clean && tsc",
"clean": "rimraf bin",
"nuke-ds-store": "find . -name \".DS_Store\" -delete"
},
"devDependencies": {
"@types/async-retry": "^1.4.3",
"@types/chance": "^1.1.3",
"@types/cli-progress": "^3.9.2",
"@types/lodash.includes": "^4.3.6",
"@types/mkdirp": "^1.0.2",
"@types/node": "^16.11.7",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
},
"dependencies": {
"@metaplex/js": "^4.11.7",
"@project-serum/anchor": "^0.18.2",
"@solana/web3.js": "^1.30.2",
"arweave": "^1.10.18",
"async-retry": "^1.3.3",
"axios": "^0.24.0",
"borsh": "^0.6.0",
"chance": "^1.1.8",
"cli-progress": "^3.9.1",
"commander": "^8.3.0",
"images": "^3.2.3",
"lodash.includes": "^4.3.0",
"mkdirp": "^1.0.4",
"ora": "^6.0.1",
"p-limit": "^4.0.0",
"ts-pattern": "^3.3.5"
}
}