forked from DefiLlama/dimension-adapters
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "adapters",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"update-submodules": "git submodule update --init --recursive --remote --merge",
"test": "yarn run update-submodules && ts-node cli/testAdapter.ts",
"ts-check": "yarn run update-submodules && tsc --project tsconfig.json",
"ts-check-cli": "yarn run update-submodules && tsc --project tsconfig.cli.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DefiLlama/adapters.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DefiLlama/adapters/issues"
},
"homepage": "https://github.com/DefiLlama/adapters#readme",
"dependencies": {
"@defillama/sdk": "^3.0.31",
"async-retry": "^1.3.3",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"dotenv": "^16.0.3",
"graphql": "^16.6.0",
"graphql-request": "5.1.0",
"postgres": "^3.3.1"
},
"devDependencies": {
"@types/async-retry": "^1.4.5",
"@types/node": "^18.7.23",
"@types/promise.allsettled": "^1.0.3",
"promise.allsettled": "^1.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}