-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 945 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
35
36
{
"name": "js_rpc_server",
"version": "1.0.0",
"type": "module",
"main": "index.cjs",
"license": "MIT",
"description": "wrap js package as rpc service",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build/build.js"
},
"dependencies": {
"@uniswap/sdk-core": "^3.2.0",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-periphery": "^1.4.3",
"@uniswap/v3-sdk": "^3.9.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"assert": "^2.0.0",
"big.js": "^6.2.1",
"cross-fetch": "^3.0.5",
"decimal.js": "^10.4.3",
"ethers": "5.7.2",
"graphql": "16.6.0",
"graphql-tag": "^2.11.0",
"hardhat": "^2.13.0",
"hprose": "^2.0.51",
"jsbi": "3.2.5",
"node-schedule": "2.1.1",
"sqlite": "^4.0.14",
"sqlite3": "^5.0.0",
"tiny-invariant": "^1.3.1",
"toformat": "^2.0.0"
}
}