-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "cei-crawler",
"version": "3.0.1",
"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 <joao.menighin@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.9.6",
"axios": "^0.21.1",
"puppeteer-core": "^10.1.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"
}
}