package.json•721 B
{
"name": "pump-fun-data-mcp",
"version": "1.0.0",
"description": "Pump.fun data fetch tool for Model Context Protocol",
"author": "@jun85664396",
"type": "module",
"bin": {
"mcp-server-puppeteer": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "tsc & NODE_OPTIONS=--experimental-vm-modules jest"
},
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"axios": "^1.8.4"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.3.0",
"typescript": "^5.6.2"
}
}