-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 854 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
{
"name": "truefi-api",
"version": "1.0.0",
"description": "TrueFi API",
"main": "index.js",
"repository": "https://github.com/trusttoken/truefi-api.git",
"author": "Hal Hyatt <feewet@gmail.com>",
"license": "MIT",
"compilerOptions": {
"module": "esnext"
},
"scripts": {
"start": "ts-node index.ts"
},
"dependencies": {
"@typechain/ethers-v4": "^1.0.0",
"@types/cheerio": "^0.22.22",
"@types/express": "^4.17.9",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"axios": "^0.20.0",
"babel-eslint": "^10.1.0",
"cheerio": "^1.0.0-rc.3",
"csv-writer": "^1.6.0",
"eslint": "^7.6.0",
"ethers": "^5.0.21",
"express": "^4.17.1",
"ts-node": "^9.0.0",
"typechain": "^2.0.0",
"typescript": "^3.9.7"
}
}