Initial commit: Lead Scraper - Google Maps
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "lead-scraper",
|
||||
"version": "1.0.0",
|
||||
"description": "Google Maps Lead Gen Scraper using Apify",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "node --watch server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"apify-client": "^2.9.3",
|
||||
"dotenv": "^16.4.1",
|
||||
"express": "^4.18.2",
|
||||
"ejs": "^3.1.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user