-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 868 Bytes
/
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
{
"name": "cm-v2-mint",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alessandrobernieri/cm-v2-mint.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alessandrobernieri/cm-v2-mint/issues"
},
"homepage": "https://github.com/alessandrobernieri/cm-v2-mint#readme",
"dependencies": {
"@metaplex-foundation/js": "^0.18.0",
"@project-serum/anchor": "^0.20.1",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.73.0",
"bs58": "^4.0.1",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"inquirer": "^8.2.0",
"moment": "^2.29.1",
"path": "^0.12.7",
"pkg": "^5.5.1",
"xhr2": "^0.2.1",
"yargs": "^17.3.1"
}
}