Files

29 lines
786 B
JSON
Raw Permalink Normal View History

2024-05-09 08:10:20 -07:00
{
"dependencies": {
"axios": "^1.6.8",
"axios-cookiejar-support": "^5.0.1",
"cheerio": "^1.0.0-rc.12",
2024-05-13 09:34:43 -07:00
"readline": "^1.3.0",
2024-05-09 08:10:20 -07:00
"tough-cookie": "^4.1.3"
},
"type": "module",
"name": "linkedin-api-js",
2024-08-21 16:09:09 -07:00
"version": "1.0.0-24",
2024-05-09 08:25:32 -07:00
"main": "index.js",
2024-05-31 11:06:16 -04:00
"repository": {
"type": "git",
"url": "https://github.com/ION606/linkedin-api"
},
"homepage": "https://github.com/ION606/linkedin-api?tab=readme-ov-file#linkedin-api",
2024-05-09 08:10:20 -07:00
"scripts": {
2024-05-31 11:06:16 -04:00
"test": "node tests/companyTests.js"
2024-05-09 08:10:20 -07:00
},
"author": "ION606",
2024-05-31 11:06:16 -04:00
"license": "MIT",
"description": "An actually useful LinkedIn Nodejs package",
"bugs": {
"url": "https://github.com/ION606/linkedin-api/issues"
},
"keywords": ["linkedin", "linkedin api", "linkedin-api"]
2024-05-09 08:10:20 -07:00
}