forked from Risk-DAO/bad-debt-leaderboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "bad-debt-leaderboard",
"version": "1.0.5",
"description": "",
"main": "index.js",
"engines": {
"node": ">= 12"
},
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"lint": "eslint . --fix --ignore-path .gitignore && prettier -w --ignore-path .gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/backstop-protocol/bad-debt-leaderboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/backstop-protocol/bad-debt-leaderboard/issues"
},
"homepage": "https://github.com/backstop-protocol/bad-debt-leaderboard#readme",
"dependencies": {
"@morpho-labs/ethers-fallback-provider": "^1.1.0",
"@morpho-labs/ethers-utils": "^1.2.0",
"@morpho-labs/morpho-ethers-contract": "^1.18.0",
"axios": "^0.27.2",
"base-64": "^1.0.0",
"command-line-args": "^5.2.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ethers": "^5.7.2",
"ethers-multicall-provider": "^3.0.2",
"express": "^4.18.2",
"octokit": "^2.0.9",
"os-utils": "^0.0.14",
"web3": "^1.7.3"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"typescript": "^5.0.4"
}
}