forked from Uniswap/routing-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@uniswap/routing-api",
"version": "0.1.0",
"bin": {
"app": "./dist/bin/app.js"
},
"license": "GPL",
"repository": "https://github.com/Uniswap/routing-api",
"scripts": {
"compile-external-types": "npx typechain --target ethers-v5 --out-dir lib/types/ext 'lib/abis/**/*.json'",
"compile-v3-contract-types": "npx typechain --target ethers-v5 --out-dir lib/types/v3 './node_modules/@uniswap/?(v3-core|v3-periphery)/artifacts/contracts/**/*.json'",
"build": "run-p compile-external-types compile-v3-contract-types && tsc",
"clean": "rm -rf dist cdk.out",
"watch": "tsc -w",
"test": "ts-mocha -p tsconfig.cdk.json test/unit test/cdk",
"integ-test": "ts-mocha -p tsconfig.cdk.json -r dotenv/config test/integ/**/*.test.ts",
"cdk": "cdk",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"lib/**/*.ts\" --write",
"fix:lint": "eslint lib --ext .ts --fix"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/aws-lambda": "^8.10.77",
"@types/bunyan": "^1.8.6",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/expect": "^24.3.0",
"@types/hapi__joi": "^17.1.6",
"@types/http-errors": "^1.8.0",
"@types/mocha": "^8.2.3",
"@types/node": "^14.0.27",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"axios-retry": "^3.2.4",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"esbuild": "^0.12.8",
"eslint": "^7.29.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8",
"json-schema-to-ts": "^1.6.4",
"mocha": "^8.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"prettier-plugin-organize-imports": "^2.1.0",
"sinon": "^12.0.1",
"ts-node": "^8.10.2",
"typechain": "^5.0.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@aws-cdk/assert": "1.111.0",
"@aws-cdk/aws-apigateway": "1.111.0",
"@aws-cdk/aws-chatbot": "1.111.0",
"@aws-cdk/aws-cloudwatch-actions": "1.111.0",
"@aws-cdk/aws-codepipeline": "1.111.0",
"@aws-cdk/aws-codepipeline-actions": "1.111.0",
"@aws-cdk/aws-events": "1.111.0",
"@aws-cdk/aws-events-targets": "1.111.0",
"@aws-cdk/aws-iam": "1.111.0",
"@aws-cdk/aws-lambda": "1.111.0",
"@aws-cdk/aws-lambda-nodejs": "1.111.0",
"@aws-cdk/aws-logs": "1.111.0",
"@aws-cdk/aws-s3": "1.111.0",
"@aws-cdk/aws-secretsmanager": "1.111.0",
"@aws-cdk/aws-sns": "1.111.0",
"@aws-cdk/aws-wafv2": "1.111.0",
"@aws-cdk/core": "1.111.0",
"@aws-cdk/pipelines": "1.111.0",
"@hapi/joi": "^17.1.1",
"@middy/core": "^2.4.1",
"@middy/http-error-handler": "^2.4.1",
"@middy/http-json-body-parser": "^2.4.1",
"@middy/http-urlencode-path-parser": "^2.4.1",
"@middy/input-output-logger": "^2.4.1",
"@middy/validator": "^2.4.1",
"@pinata/sdk": "^1.1.23",
"@typechain/ethers-v5": "^7.0.1",
"@types/async-retry": "^1.4.2",
"@types/chai-subset": "^1.3.3",
"@types/qs": "^6.9.7",
"@types/sinon": "^10.0.6",
"@types/stats-lite": "^2.2.0",
"@uniswap/router-sdk": "^1.0.5",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.5.20",
"@uniswap/token-lists": "^1.0.0-beta.24",
"@uniswap/v3-periphery": "^1.1.0",
"@uniswap/v3-sdk": "^3.7.1",
"async-retry": "^1.3.1",
"aws-embedded-metrics": "^2.0.4",
"aws-sdk": "^2.927.0",
"aws-xray-sdk": "^3.3.3",
"axios": "^0.21.1",
"bunyan": "^1.8.15",
"esm": "^3.2.25",
"got": "^11.8.2",
"graphql-request": "^3.4.0",
"http-errors": "^1.7.3",
"http-json-errors": "^1.2.10",
"lodash": "^4.17.21",
"node-cache": "^5.1.2",
"punycode": "^2.1.1",
"qs": "^6.10.1",
"source-map-support": "^0.5.19",
"stats-lite": "^2.2.0",
"ts-mocha": "^8.0.0",
"upgrade": "^1.1.0",
"uuid": "^3.4.0"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true
}
}