-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 782 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 782 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
{
"type": "module",
"dependencies": {
"@metaplex/js": "^4.12.0",
"@project-serum/anchor": "^0.20.1",
"@project-serum/common": "0.0.1-beta.3",
"@project-serum/serum": "^0.13.60",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.29.2",
"atob": "^2.1.2",
"bignumber.js": "^9.0.1",
"bs58": "^4.0.1",
"debug": "^4.3.2",
"dotenv": "^16.0.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"node-fetch": "^2.0.0",
"stable": "^0.1.8"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.13",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"typescript": "^4.3.5"
}
}