-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.03 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
{
"type": "module",
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"build": "anchor build"
},
"dependencies": {
"@coral-xyz/anchor": "0.29.0",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
"@metaplex-foundation/umi": "^1.2.0",
"@metaplex-foundation/umi-bundle-defaults": "^1.2.0",
"@metaplex-foundation/umi-uploader-irys": "^1.2.0",
"@metaplex-foundation/umi-web3js-adapters": "^1.2.0",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.0",
"assert": "*",
"bn.js": "*",
"csv-parse": "4",
"csv-stringify": "4",
"dotenv": "^16.5.0",
"rpc-websockets": "^10.0.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"chai": "^4.3.8",
"mocha": "^10.2.0",
"prettier": "^3.0.2",
"ts-mocha": "^10.0.0",
"typescript": "^5.2.2"
}
}