package.json•655 B
{
"name": "jira-mcp",
"version": "1.0.0",
"description": "JIRA MCP Server",
"type": "module",
"scripts": {
"build": "vite build && chmod +x build/index.js",
"start": "bun build/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.11.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^24.0.3",
"bun-types": "^1.2.12",
"vite": "^7.0.2",
"vite-plugin-dts": "^4.5.3"
}
}