-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 958 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 958 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
29
30
{
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"dependencies": {
"@metaplex-foundation/js": "^0.19.4",
"@metaplex-foundation/mpl-token-metadata": "^2.11.1",
"@noble/ed25519": "^1.7.1",
"@project-serum/anchor": "^0.26.0",
"@saberhq/option-utils": "^1.14.11",
"@saberhq/solana-contrib": "^1.14.9",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.73.3",
"bigint-buffer": "^1.1.5",
"sha256": "^0.2.0"
},
"devDependencies": {
"@metaplex-foundation/solita": "^0.19.4",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/sha1": "^1.1.3",
"chai": "^4.3.4",
"mocha": "^9.0.3",
"prettier": "2.8.8",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
}
}