package.jsonā¢1.87 kB
{
"name": "jira-mcp-oauth",
"version": "5.5.0-persistent-oauth-fix",
"description": "Jira MCP Server with Browser OAuth Authentication for Smithery",
"main": "src/index-ultra-minimal.ts",
"module": "src/index.ts",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/src/index.js",
"dev": "tsx src/index.ts",
"dev-oauth-fixed": "tsx src/fixed-oauth-server.ts",
"dev-individual": "tsx src/individual-oauth-server.ts",
"build-fixed": "tsc src/fixed-oauth-server.ts --outDir dist",
"build-individual": "tsc src/individual-oauth-server.ts --outDir dist",
"start-fixed": "node dist/fixed-oauth-server.js",
"start-individual": "node dist/individual-oauth-server.js",
"restart-oauth": "tsx restart-oauth-server.js",
"restart-oauth-clean": "tsx restart-oauth-server.js --clear-sessions",
"test": "node --test",
"smithery:dev": "npx @smithery/cli dev src/index.ts",
"smithery:build": "npx @smithery/cli build src/index.ts",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"jira",
"atlassian",
"oauth",
"smithery",
"claude",
"browser-auth",
"http"
],
"author": "MCP Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/CHIBOLAR/jira_mcp_sprinthealth.git"
},
"homepage": "https://github.com/CHIBOLAR/jira_mcp_sprinthealth#readme",
"bugs": {
"url": "https://github.com/CHIBOLAR/jira_mcp_sprinthealth/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"axios": "^1.10.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.18.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20.0.0"
}
}