package.json•574 B
{
"name": "growth-hacker-mcp",
"version": "1.0.0",
"type": "module",
"description": "MCP server for Growth Hacking on X and Gumroad",
"main": "build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc --watch"
},
"keywords": [
"mcp",
"growth",
"marketing",
"twitter",
"gumroad"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/node": "^20.11.5"
}
}