package.json•619 B
{
"name": "linkedin-mcp-runner",
"version": "1.4.8",
"description": "LinkedIn MCP server by LiGo for LinkedIn (Ertiqah, LLC).",
"main": "cli.js",
"bin": {
"linkedin-mcp-runner": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node cli.js"
},
"keywords": [
"mcp",
"linkedin"
],
"author": "Ertiqah, LLC <hello@ertiqah.com>",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/ertiqah/linkedin-mcp-runner.git"
},
"dependencies": {
"axios": "^1.7.7",
"fs-extra": "^11.2.0"
}
}