forked from RageTrade/Aggregator-SDK-Integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 941 Bytes
/
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
{
"name": "perp-aggregator-sdk",
"scripts": {
"fmt": "prettier --write src sdk test",
"build": "cd sdk && pnpm i && rm -f tsconfig.tsbuildinfo && pnpm tsc -b && cd .. && pnpm i && pnpm tsc"
},
"devDependencies": {
"@types/node": "^20.4.6",
"@types/ws": "^8.5.10",
"dotenv": "^16.3.1",
"execution-time-decorators": "^2.0.3",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@apollo/client": "3.5.6",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@kwenta/sdk": "./sdk",
"@pythnetwork/client": "^2.19.0",
"@pythnetwork/price-service-client": "^1.8.2",
"@synthetixio/wei": "^2.74.4",
"@tanstack/react-query": "^5.8.4",
"ethers": "^5.7.2",
"ethers-v6": "npm:ethers@6.8.0",
"isomorphic-ws": "^5.0.0",
"viem": "1.5.4",
"ws": "^8.16.0"
},
"version": "1.0.0",
"license": "MIT"
}