forked from paraswap/paraswap-dex-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@paraswap/dex-lib",
"version": "2.0.59",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/paraswap/paraswap-dex-lib",
"author": "[email protected]",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/jest": "26.0.24",
"@types/lodash": "4.14.178",
"@types/node": "^17.0.21",
"axios": "0.26.0",
"change-case": "^4.1.2",
"dotenv": "16.0.0",
"husky": "7.0.1",
"jest": "26.6.0",
"paraswap-core": "1.0.2",
"prettier": "2.3.2",
"pretty-quick": "3.1.1",
"ts-jest": "24.1.0",
"ts-node": "^10.6.0",
"typescript": "4.6.4",
"yargs": "^17.0.1"
},
"scripts": {
"init-integration": "ts-node scripts/dex-integration.ts init",
"test-integration": "ts-node scripts/dex-integration.ts test",
"build": "tsc",
"test": "jest",
"prepare": "husky install && yarn build"
},
"dependencies": {
"@0x/utils": "^4.5.2",
"@ethersproject/abi": "5.4.0",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/contracts": "5.4.1",
"@ethersproject/providers": "5.4.1",
"ethers": "^5.6.7",
"lens.ts": "^0.5.1",
"lodash": "4.17.21",
"log4js": "6.3.0",
"paraswap": "5.1.0",
"ts-essentials": "9.1.2",
"web3": "1.6.0",
"web3-eth": "1.6.0",
"web3-eth-abi": "1.4.0",
"web3-eth-contract": "1.6.0"
},
"sideEffects": false
}