Files
linkedin-api/package.json
T

20 lines
434 B
JSON
Raw 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-05-15 09:33:41 -07:00
"version": "1.0.0-16",
2024-05-09 08:25:32 -07:00
"main": "index.js",
2024-05-09 08:10:20 -07:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ION606",
"license": "ISC",
"description": ""
}