mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-14 22:06:54 +00:00
20 lines
434 B
JSON
20 lines
434 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-14",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "ION606",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|