package.json•969 B
{
"name": "next-mcp-server",
"version": "0.2.2",
"description": "Help LLMs to understand your Next.js project better",
"main": "dist/index.js",
"author": "jazelly (xzha4350@gmail.com)",
"license": "MIT",
"type": "module",
"workspaces": [
"playground"
],
"files": [
"dist/",
"LICENSE"
],
"scripts": {
"build": "shx rm -rf dist && tsc && shx chmod +x dist/*.js",
"watch": "tsc --watch",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"keywords": [
"mcp",
"nextjs",
"mcp-server"
],
"dependencies": {
"@modelcontextprotocol/sdk": "1.7.0",
"express": "^5.0.1",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/express": "^5.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^22",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"typescript": "^5.6.2"
}
}