-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "curve-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest ./utils/*.test.js",
"test:Number": "jest ./utils/Number.test.js",
"test:Function": "jest ./utils/Function.test.js"
},
"type": "module",
"imports": {
"#root/*.js": "./*.js",
"#root/*.json": "./*.json"
},
"dependencies": {
"@curvefi/stablecoin-api": "^1.5.7",
"bignumber.js": "^9.1.2",
"body-parser": "^1.20.2",
"core-js-pure": "^3.36.1",
"date-fns": "^3.3.1",
"debug": "~2.6.9",
"dotenv-safer": "1.0.0",
"exponential-backoff": "^3.1.1",
"express": "~4.18.2",
"form-urlencoded": "^6.1.4",
"graphql-request": "^6.1.0",
"ioredis": "^5.3.2",
"lodash.groupby": "^4.6.0",
"lodash.partition": "^4.6.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"memoizee": "^0.4.15",
"stale-while-revalidate-cache": "^3.2.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"web3": "^1.3.4"
},
"devDependencies": {
"jest": "^29.7.0"
}
}