package.json•1.98 kB
{
"name": "mcp-atlassian",
"version": "2.1.0",
"description": "MCP server for Atlassian (Confluence and Jira) integration",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-atlassian": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write \"src/**/*.{ts,js,json,md}\"",
"format:check": "prettier --check \"src/**/*.{ts,js,json,md}\"",
"check": "npm run format:check && npm run lint && npm run test",
"fix": "npm run format && npm run lint:fix"
},
"keywords": [
"mcp",
"atlassian",
"confluence",
"jira",
"model-context-protocol",
"ai-assistant",
"claude"
],
"author": "MCP Atlassian Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dunz/mcp-atlassian.git"
},
"homepage": "https://github.com/dunz/mcp-atlassian#readme",
"bugs": {
"url": "https://github.com/dunz/mcp-atlassian/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"@types/form-data": "^2.2.1",
"axios": "^1.11.0",
"dompurify": "^3.2.6",
"dotenv": "^17.2.0",
"form-data": "^4.0.4",
"https-proxy-agent": "^7.0.6",
"jsdom": "^27.2.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^27.0.0",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}