package.json•1.11 kB
{
"name": "mcp-server",
"version": "1.0.0",
"description": "MCP server for ChatGPT Apps with React components",
"type": "module",
"scripts": {
"build": "vite build && node scripts/post-build.js",
"dev": "vite",
"server": "cd server && npm start",
"server:install": "cd server && npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BruceWilliamChen/mcp-server.git"
},
"keywords": ["mcp", "model-context-protocol", "ai", "chatgpt", "openai"],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BruceWilliamChen/mcp-server/issues"
},
"homepage": "https://github.com/BruceWilliamChen/mcp-server#readme",
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.0",
"vite": "^5.0.0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}