package.json•1.75 kB
{
"name": "@grounddocs/grounddocs",
"version": "0.1.16",
"type": "module",
"description": "GroundDocs MCP - Intelligent documentation tooling for Kubernetes and Python libraries",
"homepage": "",
"repository": {
"type": "git",
"url": "git+https://github.com/grounddocs/grounddocs.git"
},
"bin": {
"grounddocs": "dist/index.js"
},
"files": [
"dist"
],
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"documentation",
"python",
"kubernetes",
"k8s",
"grounddocs"
],
"main": "dist/index.js",
"scripts": {
"build": "tsc && shx cp -r src/assets dist/ && shx chmod +x dist/*.js",
"build:prod": "npm run build && npm run test",
"debug": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js DEBUG=true",
"start": "node dist/index.js",
"prepare": "npm run build:prod",
"dev": "nodemon --watch src --ext ts,json --exec \"npm run build\"",
"publish-patch": "npm version patch && npm run build:prod && npm publish --access public",
"test": "jest"
},
"author": "ishaan.sehgal99@gmail.com",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"axios": "^1.6.0",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"node-fetch": "^3.3.2",
"open": "^10.1.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"@types/react": "^19.0.12",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=18.0.0"
}
}