-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 981 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
38
39
40
41
{
"name": "scraping-das-mei",
"version": "1.1.0",
"description": "Raspagem do Documento de Arrecadação do Simples Nacional MEI",
"exports": "./bin/index.js",
"type": "module",
"engines": {
"node": ">=14.16"
},
"scripts": {
"start": "node ./bin/index.js"
},
"keywords": [
"puppeteer",
"quagga",
"pdfjs-dist",
"scraping",
"barcode",
"boleto",
"MEI"
],
"author": "Marcelo Ribeiro da Silva ([email protected])",
"license": "Apache License Version 2.0",
"bin": {
"scraping-das-mei": "./bin/index.js"
},
"dependencies": {
"dotenv": "^16.0.3",
"inquirer": "^9.1.4",
"node-fetch": "^3.3.1",
"pdf-barcode": "^1.2.3",
"prompt-sync": "^4.2.0",
"puppeteer": "^19.2.2",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-adblocker": "^2.13.5",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"puppeteer-utilz": "^4.0.8",
"twilio": "^4.8.0",
"winston": "^3.8.2"
}
}