{
"name": "jira-mcp",
"version": "1.0.0",
"description": "JIRA MCP Server",
"type": "module",
"scripts": {
"build": "vite build && chmod +x dist/index.js",
"start": "bun dist/index.js",
"dev": "vite",
"test": "bun test",
"test:watch": "bun test --watch"
},
"keywords": [
"mcp",
"jira",
"typescript",
"bun"
],
"author": "Dimosthenis Kaponis",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.4.1",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.10.10",
"bun-types": "^1.2.0",
"vite": "^5.4.14",
"vite-plugin-dts": "^3.9.1"
}
}