{
"name": "linear-mcp",
"version": "0.1.0",
"description": "MCP server for Linear integration providing issue querying and searching capabilities",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "vite build && chmod +x build/index.js",
"start": "bun run build/index.js",
"dev": "vite build --watch",
"test": "bun test",
"test:watch": "bun test --watch"
},
"keywords": ["mcp", "linear", "issue-tracking"],
"author": "Dimosthenis Kaponis",
"license": "MIT",
"dependencies": {
"@linear/sdk": "^38.0.0",
"@modelcontextprotocol/sdk": "^1.4.1",
"@types/node": "^22.10.10",
"typescript": "^5.7.3"
},
"devDependencies": {
"vite": "^6.0.11",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}