-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 966 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
37
38
39
{
"name": "ratex-sdk",
"version": "1.0.0",
"private": false,
"type": "commonjs",
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@uniswap/sdk-core": "^4.0.6",
"@uniswap/v3-sdk": "^3.10.0",
"bignumber.js": "^9.1.2",
"crypto": "^1.0.1",
"ethers": "^6.7.0",
"fs": "^0.0.1-security",
"fs-js": "^1.0.6",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"js-sha256": "^0.10.1",
"mnemonist": "^0.39.5",
"object-hash": "^3.0.0",
"path": "^0.12.7",
"sha.js": "^2.4.11",
"sha256": "^0.2.0",
"ts-node": "^10.9.1",
"tstl": "^2.5.13",
"web3": "^4.11.1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/object-hash": "^3.0.6",
"@types/web3": "^1.2.2",
"typescript": "^5.5.4"
}
}