-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 746 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "maps-to-leads",
"version": "1.0.0",
"description": "É um projeto open source com a iniciativa de gerar prospecção de leads de forma mais automatizada e geral, de maneira nenhuma apoiamos ou incentivamos a prática de SPAM, utilize com sabedoria.",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./index.js"
},
"author": "Jonathan Henrique",
"homepage": "https://apigratis.com.br",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-queue": "^0.0.13",
"mysql": "^2.18.1",
"puppeteer": "^19.2.2",
"puppeteer-extra": "^3.3.4",
"request": "^2.88.2"
}
}