{ "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" } }