Files
2024-08-21 16:09:09 -07:00

29 lines
786 B
JSON

{
"dependencies": {
"axios": "^1.6.8",
"axios-cookiejar-support": "^5.0.1",
"cheerio": "^1.0.0-rc.12",
"readline": "^1.3.0",
"tough-cookie": "^4.1.3"
},
"type": "module",
"name": "linkedin-api-js",
"version": "1.0.0-24",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ION606/linkedin-api"
},
"homepage": "https://github.com/ION606/linkedin-api?tab=readme-ov-file#linkedin-api",
"scripts": {
"test": "node tests/companyTests.js"
},
"author": "ION606",
"license": "MIT",
"description": "An actually useful LinkedIn Nodejs package",
"bugs": {
"url": "https://github.com/ION606/linkedin-api/issues"
},
"keywords": ["linkedin", "linkedin api", "linkedin-api"]
}