23 lines
		
	
	
		
			491 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			491 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "scrape-data-keyword",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "",
 | 
						|
  "main": "index.js",
 | 
						|
  "scripts": {
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1",
 | 
						|
    "start": "node index.js"
 | 
						|
  },
 | 
						|
  "keywords": [],
 | 
						|
  "author": "",
 | 
						|
  "license": "ISC",
 | 
						|
  "type": "module",
 | 
						|
  "dependencies": {
 | 
						|
    "axios": "^1.8.2",
 | 
						|
    "dotenv": "^16.4.7",
 | 
						|
    "lodash": "^4.17.21",
 | 
						|
    "puppeteer": "^24.4.0",
 | 
						|
    "puppeteer-extra": "^3.3.6",
 | 
						|
    "puppeteer-extra-plugin-stealth": "^2.11.2"
 | 
						|
  }
 | 
						|
}
 |