{ "name": "@perfonext/build-mcp", "version": "0.6.3", "mcpName": "io.github.souvikdu/perfonext-build-mcp", "description": "MCP server for analyzing Next.js build artifacts, route bundle footprint, and shared chunks", "type": "module", "main": "dist/index.js", "bin": { "perfonext-build-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "scripts": { "build": "tsc && shx chmod +x dist/index.js", "dev": "tsc --watch", "test": "vitest run", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "github-copilot", "nextjs", "build", "bundle", "performance", "route-size", "chunk-analysis" ], "repository": { "type": "git", "url": "git+https://github.com/souvikdu/perfonext-build-mcp.git" }, "bugs": { "url": "https://github.com/souvikdu/perfonext-build-mcp/issues" }, "homepage": "https://perfonext.github.io/", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.1" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/node": "^26.1.2", "eslint": "^10.8.1", "eslint-config-prettier": "^10.0.1", "globals": "^17.9.0", "prettier": "^3.4.2", "shx": "^0.4.0", "typescript": "^6.0.3", "typescript-eslint": "^8.18.2", "vitest": "^4.1.10" } }