MCP Maker

{ "name": "{{project_name}}", "version": "0.1.0", "description": "{{description}}", "type": "module", "main": "dist/index.js", "scripts": { "dev": "nodemon --exec tsx src/index.ts", "build": "tsc", "start": "node dist/index.js", "lint": "eslint src/**/*.ts", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "server", "ai", "api" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "chalk": "^5.3.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "express-validator": "^7.0.1", "handlebars": "^4.7.8", "zod": "^3.22.4" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.10.4", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", "eslint": "^8.55.0", "nodemon": "^3.0.2", "tsx": "^4.6.2", "typescript": "^5.3.3", "vitest": "^1.0.4" } }
ID: gsr895nac1