-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
42 lines (42 loc) · 1.27 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
{
"name": "@zetamarkets/sdk",
"repository": "https://github.com/zetamarkets/sdk/",
"version": "1.60.0",
"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 && cp -r ../../target/types/zeta.ts ./src/types/. && ./node_modules/.bin/tsc",
"docs": "typedoc --tsconfig ./tsconfig.json && cp ./logo.png ./docs/logo.png",
"build-no-idl": "./node_modules/.bin/tsc"
},
"dependencies": {
"@bloxroute/solana-trader-client-ts": "2.1.0",
"@pythnetwork/pyth-solana-receiver": "^0.7.0",
"@solana/buffer-layout": "4.0.0",
"@solana/spl-token": "0.1.6",
"@solana/web3.js": "1.87.6",
"@zetamarkets/anchor": "0.26.1-versioned",
"axios": "^1.6.8",
"bs58": "^4.0.1",
"cross-fetch": "^3.1.6",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"obscenity": "0.2.0",
"zeta-solana-web3": "1.87.7",
"undici": "6.16.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"mocha": "^9.1.1",
"ts-node": "^10.7.0",
"typedoc": "^0.22.10",
"typescript": "^4.4.2"
},
"resolutions": {
"@solana/buffer-layout": "4.0.0"
}
}