-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.56 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
53
54
55
56
57
58
59
60
61
62
{
"name": "defi-tracker",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js",
"start:dev": "nodemon start.js",
"dev": "pm2 start start.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alexintosh/defi-tracker.git"
},
"keywords": [
"defi",
"uniswap",
"compound"
],
"engines": {
"node": "8.10.0"
},
"author": "Alessio Delmonti",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alexintosh/defi-tracker/issues"
},
"homepage": "https://github.com/Alexintosh/defi-tracker#readme",
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"@dydxprotocol/solo": "^0.5.4",
"bignumber.js": "^8.1.1",
"bip39": "^2.5.0",
"body-parser": "^1.19.0",
"ejs": "^2.6.1",
"ethereum-ens": "^0.7.7",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-wallet": "0.6.0",
"ethjs-ens": "^2.0.1",
"express": "^4.16.4",
"lodash": "4.17.4",
"mariadb": "^2.0.3",
"morgan": "^1.9.1",
"mysql2": "^1.6.5",
"node-fetch": "^2.4.1",
"sequelize": "^5.8.0",
"url-exists": "^1.0.3",
"web3": "1.0.0-beta.33",
"web3-provider-engine": "^13.6.0"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"nodemon": "^1.18.11",
"sequelize-cli": "^5.4.0"
}
}