-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 982 Bytes
/
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
{
"name": "aave-indexer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"index:transfers": "env-cmd -f .env ts-node ./src/indexers/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sendra/aave-indexer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sendra/aave-indexer/issues"
},
"homepage": "https://github.com/sendra/aave-indexer#readme",
"devDependencies": {
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.4.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
"dependencies": {
"@aave/contract-helpers": "^0.26.1",
"bignumber.js": "^9.0.1",
"env-cmd": "^10.1.0",
"ethers": "5.4.7",
"mongoose": "^6.0.13",
"reflect-metadata": "^0.1.13"
}
}