-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.42 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
{
"scripts": {
"test:anchor": "anchor test -- --features anchor-test",
"build": "cd sdk && npm run build",
"idl": "cp target/types/mmm.ts sdk/src/idl/mmm.ts"
},
"dependencies": {
"@magiceden-oss/open_creator_protocol": "^0.3.2",
"@metaplex-foundation/js": "^0.19.4",
"@metaplex-foundation/mpl-bubblegum": "^4.2.1",
"@metaplex-foundation/mpl-core": "^0.4.7",
"@metaplex-foundation/mpl-token-auth-rules": "^2.0.0",
"@metaplex-foundation/mpl-token-metadata": "^3.1.2",
"@metaplex-foundation/umi": "^0.8.10",
"@metaplex-foundation/umi-bundle-tests": "^0.8.2",
"@metaplex-foundation/umi-web3js-adapters": "^0.8.2",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-account-compression": "0.1.8",
"@solana/spl-token": "^0.4.1",
"@solana/spl-token-group": "^0.0.1",
"@solana/web3.js": "^1.65.0",
"borsh": "^0.7.0",
"old-mpl-token-metadata": "npm:@metaplex-foundation/[email protected]"
},
"devDependencies": {
"@magiceden-oss/mmm": "file:sdk",
"@metaplex-foundation/digital-asset-standard-api": "^1.0.4",
"@metaplex-foundation/mpl-migration-validator": "^0.4.1",
"@msgpack/msgpack": "^2.8.0",
"@types/jest": "29.0.0",
"chai": "^4.3.4",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "29.0.0",
"prettier": "^2.3.2",
"ts-jest": "^29.0.0",
"typescript": "^4.4.2"
}
}