package.json•858 B
{
"name": "v0-mcp-server",
"version": "0.1.0",
"description": "v0プラットフォームAPIを使ったMCPサーバー",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"watch": "tsx watch src/index.ts",
"inspector": "npx @modelcontextprotocol/inspector dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.1",
"dotenv": "^16.3.1",
"v0-sdk": "^0.1.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"bin": {
"v0-mcp-server": "./dist/index.js"
},
"files": [
"dist/"
],
"keywords": [
"mcp",
"v0",
"vercel",
"ai",
"prototype",
"builder"
],
"license": "MIT"
}