forked from Menighin/cei-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "cei-crawler",
"version": "2.4.0",
"description": "Crawler para pegar dados do Canal Eletronico do Investidor",
"main": "src/app.js",
"repository": {
"type": "git",
"url": "https://github.com/Menighin/cei-crawler.git"
},
"homepage": "https://github.com/Menighin/cei-crawler#readme",
"scripts": {
"dev": "node src/app.js",
"test": "nyc ava",
"ava": "ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"cei",
"crawler",
"acoes",
"investir"
],
"author": "Joao Menighin <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.9.6",
"abort-controller": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"node-fetch": "^2.6.1",
"normalize-html-whitespace": "^1.0.0",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"ava": "^2.4.0",
"babel-loader": "^8.1.0",
"coveralls": "^3.0.9",
"dotenv": "^8.2.0",
"nyc": "^15.0.0",
"terser-webpack-plugin": "^3.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
}
}