forked from liqprotocol/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 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
{
"name": "@zetamarkets/sdk",
"repository": "https://github.com/zetamarkets/sdk/",
"version": "0.9.10",
"description": "Zeta SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "@zetamarkets",
"license": "Apache-2.0",
"scripts": {
"build": "cp -r ../../target/idl/zeta.json ./src/idl/zeta.json && tsc",
"docs": "typedoc --tsconfig ./tsconfig.json && cp ./logo.png ./docs/logo.png"
},
"dependencies": {
"@project-serum/anchor": "0.18.2",
"@project-serum/serum": "0.13.55",
"@solana/spl-token": "0.1.6",
"@solana/web3.js": "1.31.0",
"bs58": "^4.0.1",
"typescript": "^4.4.2"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"mocha": "^9.1.1",
"typedoc": "^0.22.10"
}
}