-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1001 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
{
"name": "correios",
"version": "1.0.0",
"description": "Correios Scraping",
"author": "Carvalho, Vinicius Luiz <carvalho.viniciusluiz@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/carvalhoviniciusluiz/web-scraping-correios.git"
},
"bugs": {
"url": "https://github.com/carvalhoviniciusluiz/web-scraping-correios/issues"
},
"homepage": "https://github.com/carvalhoviniciusluiz/web-scraping-correios#readme",
"keywords": [
"node",
"correios",
"cep",
"scraping"
],
"main": "index.js",
"scripts": {
"build": "AWS_LAMBDA_FUNCTION_NAME=true node index.js",
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"chrome-aws-lambda": "^9.1.0",
"consolidate": "^0.16.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"puppeteer": "^9.1.1",
"puppeteer-core": "^9.1.1",
"swig": "^1.4.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}