forked from DefiLlama/dimension-adapters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "adapters",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "ts-node --transpile-only cli/testAdapter.ts",
"ts-check": "tsc --project tsconfig.json",
"ts-check-cli": "tsc --project tsconfig.cli.json",
"use-token-labels": "node helpers/useTokenLabels.js",
"interactive": "node cli/interactive.js"
},
"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": "^5.0.10",
"@supercharge/promise-pool": "^3.1.0",
"@types/async-retry": "^1.4.8",
"async-retry": "^1.3.3",
"axios": "^1.6.5",
"bignumber.js": "^9.1.0",
"dotenv": "^16.0.3",
"ethers": "^6.9.2",
"graphql": "^16.6.0",
"graphql-request": "5.1.0",
"pg": "^8.11.3",
"sequelize": "^6.36.0",
"tron-format-address": "^0.1.11"
},
"devDependencies": {
"glob": "^10.3.10",
"@types/node": "^18.7.23",
"inquirer": "^8.0.0",
"inquirer-fuzzy-path": "^2.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
}
}