-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 953 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
{
"name": "etherscan-scraper",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"colors": "^1.3.3",
"mysql": "^2.16.0",
"pm2": "^3.5.0",
"puppeteer": "^1.14.0",
"request": "^2.88.0",
"web3": "^1.0.0-beta.52"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acravenho/etherscan-scraper.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/acravenho/etherscan-scraper/issues"
},
"homepage": "https://github.com/acravenho/etherscan-scraper#readme"
}