Files
linkedin-api/package.json
T
2024-05-09 08:10:20 -07:00

19 lines
408 B
JSON

{
"dependencies": {
"axios": "^1.6.8",
"axios-cookiejar-support": "^5.0.1",
"cheerio": "^1.0.0-rc.12",
"tough-cookie": "^4.1.3"
},
"type": "module",
"name": "linkedin-api-js",
"version": "1.0.0-0",
"main": "APIMain.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ION606",
"license": "ISC",
"description": ""
}