-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
{
"name": "@xnomad/mcv",
"version": "0.2.4",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"tsnode": "node --no-warnings=ExperimentalWarning --loader ts-node/esm"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ai16z/eliza": "^0.1.6",
"@aws-sdk/client-s3": "^3.722.0",
"@metaplex-foundation/mpl-core": "^1.1.1",
"@metaplex-foundation/mpl-core-candy-machine": "^0.2.3",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@metaplex-foundation/umi": "^0.9.2",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.2",
"@metaplex-foundation/umi-uploader-aws": "^0.9.2",
"@solana/web3.js": "^1.98.0",
"@web3-storage/w3up-client": "^17.1.1",
"bs58": "^6.0.0",
"dotenv": "^16.4.7",
"ethers": "^6.13.5",
"merkletreejs": "^0.4.1",
"viem": "^2.22.17"
},
"devDependencies": {
"ts-node": "^10.9.2"
}
}