forked from OrenGrinker/jira-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.46 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@badal-io/jira-mcp-server",
"version": "1.0.9",
"description": "A comprehensive Model Context Protocol server for Jira integration with issue management, board operations, time tracking, and project management capabilities",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "npm run clean && tsc && chmod +x dist/index.js",
"clean": "rimraf dist",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [
"mcp",
"model-context-protocol",
"jira",
"atlassian",
"issue-tracking",
"project-management",
"ai",
"claude",
"automation"
],
"author": "Badal.io",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/badal-io/jira-mcp-server.git"
},
"bugs": {
"url": "https://github.com/badal-io/jira-mcp-server/issues"
},
"homepage": "https://github.com/badal-io/jira-mcp-server#readme",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"dotenv": "^16.5.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.0",
"@semantic-release/npm": "^12.0.1",
"@types/node": "^20.0.0",
"rimraf": "^5.0.0",
"semantic-release": "^24.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}