package.json•1.1 kB
{
"name": "@chromewillow/greyhack-mcp-server",
"version": "0.1.0",
"description": "A Grey Hack MCP server for Cursor IDE with GitHub code search, Greybel-JS transpilation, API validation and script generation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon --exec ts-node src/index.ts",
"build": "tsc",
"lint": "eslint . --ext .ts",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"greyhack",
"cursor",
"github",
"greybel",
"greyscript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/typescript-sdk": "^0.9.0",
"@smithery-ai/github-client": "^0.1.0",
"axios": "^1.6.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}