-
Notifications
You must be signed in to change notification settings - Fork 503
/
package.json
42 lines (42 loc) · 1.29 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": "defipulse-adapters",
"version": "1.0.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"test": "mocha testing/test/*.js",
"validate": "mocha testing/validate/*.js",
"test-tvl": "mocha v2/testing/test/*.js",
"validate-metadata": "mocha v2/testing/validate/*.js",
"test-token": "mocha tokens/testing/test/*.js",
"validate-token": "mocha tokens/testing/validate/*.js",
"build-sdk": "esbuild sdk/index.js --bundle --outfile=build/sdk.js --sourcemap=inline --platform=node --target=node10.24.1 --keep-names --analyze=verbose --legal-comments=eof --tree-shaking=false --external:terminal-kit"
},
"dependencies": {
"argv": "0.0.2",
"async-retry": "^1.3.1",
"axios": "^0.26.0",
"bignumber.js": "^9.0.0",
"bottleneck": "^2.19.5",
"chai": "^4.2.0",
"csv-writer": "1.6.0",
"delay": "^5.0.0",
"dotenv": "^8.2.0",
"ethers": "5.0.8",
"form-data": "^4.0.0",
"graph-results-pager": "^1.0.2",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"mocha": "^9.2.0",
"moment": "^2.24.0",
"node-html-parser": "^1.3.1",
"papaparse": "^5.3.0",
"shelljs": "^0.8.3",
"terminal-kit": "^1.35.2",
"underscore": "^1.9.1",
"web3-utils": "^1.2.6"
},
"devDependencies": {
"esbuild": "^0.14.2"
}
}