package.json•675 B
{
"name": "discord-notification-mcp",
"version": "0.1.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"format": "biome format --write",
"lint:fix": "biome lint --fix",
"start": "wrangler dev",
"cf-typegen": "wrangler types",
"type-check": "tsc --noEmit",
"build": "pnpm format && pnpm lint:fix && pnpm cf-typegen && pnpm type-check"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"agents": "^0.0.94",
"discord-api-types": "^0.38.10",
"zod": "^3.25.28"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.15.29",
"typescript": "^5.8.3",
"wrangler": "^4.16.1"
}
}