-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.33 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "compression-example",
"version": "0.1.0",
"description": "compression example",
"scripts": {
"e2e": "ts-node e2e.ts",
"burn": "ts-node burn.ts",
"redeem": "ts-node redeem.ts",
"cancel-redeem": "ts-node cancel-redeem.ts"
},
"dependencies": {
"@metaplex-foundation/amman": "0.12.0",
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/mpl-bubblegum": "^0.6.0",
"@metaplex-foundation/mpl-token-metadata": "^2.5.2",
"@metaplex-foundation/rustbin": "^0.3.1",
"@metaplex-foundation/solita": "^0.18.0",
"@project-serum/anchor": "0.26.0",
"@solana/spl-account-compression": "^0.1.4",
"@solana/spl-token": "^0.1",
"@solana/web3.js": "1.73.0",
"@sorend-solana/utils": "^0.0.5",
"borsh": "^0.7.0",
"bs58": "^5.0.0",
"js-sha3": "^0.8.0",
"typescript-collections": "^1.3.3"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/tape": "^4.13.2",
"chai": "^4.3.4",
"eslint": "^8.3.0",
"mocha": "^9.0.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"spok": "^1.4.3",
"start-server-and-test": "^1.14.0",
"tape": "^5.5.2",
"ts-jest": "^29.0.3",
"ts-jest-resolver": "^2.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.10",
"typescript": "^4.8.4"
}
}