context7/package.json
2025-04-11 11:01:09 +02:00

45 lines
1.1 KiB
JSON

{
"name": "@upstash/context7-mcp",
"version": "1.0.0",
"description": "MCP server for Context7",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write .",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upstash/context7-mcp.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "module",
"bin": {
"context7-mcp": "dist/index.js"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/upstash/context7-mcp/issues"
},
"homepage": "https://github.com/upstash/context7-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.14",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^9.23.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.5",
"prettier": "^3.5.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
}
}