linkedout/package.json
2025-07-11 07:35:59 -08:00

22 lines
510 B
JSON

{
"name": "linkedin-scraper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test/all-tests.js",
"test:location-utils": "node test/location-utils.test.js",
"test:linkedout": "node test/linkedout.test.js",
"test:ai-analyzer": "node test/ai-analyzer.test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"csv-parser": "^3.2.0",
"dotenv": "^17.0.0",
"playwright": "^1.53.2"
}
}