forked from me-foundation/open_creator_protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 843 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
{
"scripts": {
"test:anchor": "anchor test --skip-build",
"build": "cd sdk && npm run build"
},
"dependencies": {
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/beet-solana": "^0.3.1",
"@metaplex-foundation/js": "^0.16.1",
"@metaplex-foundation/mpl-token-metadata": "^2.5.1",
"@project-serum/anchor": "^0.25.0",
"@project-serum/serum": "^0.13.58",
"@solana/spl-token": "^0.3.5",
"@solana/web3.js": "^1.65.0",
"borsh": "^0.7.0"
},
"devDependencies": {
"@magiceden-oss/mmm": "file:sdk",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.0.3",
"prettier": "^2.3.2",
"ts-mocha": "^9.0.0",
"typescript": "^4.4.2"
}
}