-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1000 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
34
{
"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",
"tsc": "tsc -b"
},
"devDependencies": {
"@types/node": "^20.4.6",
"dotenv": "^16.3.1",
"execution-time-decorators": "^2.0.3",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.17.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.7.0",
"@synthetixio/wei": "^2.74.4",
"@tanstack/react-query": "^5.8.4",
"ethers": "^5.7.2",
"ethers-v6": "npm:ethers@6.8.0",
"typedoc-plugin-missing-exports": "^2.1.0",
"viem": "^1.18.1"
},
"version": "1.0.0",
"license": "MIT"
}