UNPKG

@monsoft/mcp-github-project-manager

Version:

A Model Context Protocol GitHub Project Manager implementation

52 lines (51 loc) 1.32 kB
{ "name": "@monsoft/mcp-github-project-manager", "version": "1.8.0", "description": "A Model Context Protocol GitHub Project Manager implementation", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "bin": { "github-project-manager": "dist/src/index.js" }, "scripts": { "prebuild": "rimraf dist", "build": "tsc && shx chmod +x dist/src/*.js", "validate": "tsc --noEmit && npm run lint", "test": "jest", "lint": "eslint src --ext .ts --config .eslintrc.cjs", "example": "node scripts/run-example.js" }, "keywords": [ "mcp", "github", "project-manager", "model-context-protocol" ], "author": "Monsoft Solutions", "license": "MIT", "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.5", "@types/node": "^20.8.2", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "eslint": "^8.57.0", "jest": "^29.7.0", "rimraf": "^6.0.1", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@octokit/graphql": "^7.0.2", "@octokit/rest": "^20.0.2", "shx": "^0.4.0", "yargs": "^17.7.2", "zod": "^3.22.4" } }