package.json•1.39 kB
{
"name": "vite-plugin-mcp",
"type": "module",
"version": "0.2.4",
"packageManager": "pnpm@10.14.0",
"description": "MCP server helping models to understand your Vite app better.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/vite-plugin-mcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/vite-plugin-mcp.git"
},
"bugs": "https://github.com/antfu/vite-plugin-mcp/issues",
"keywords": [
"vite-plugin",
"mcp",
"modelcontextprotocol"
],
"sideEffects": false,
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"play": "nr -C playground dev",
"prepublishOnly": "nr build",
"start": "nodemon --exec 'tsx src/server.ts'",
"dev:prepare": "nr build"
},
"peerDependencies": {
"vite": ">=6.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "catalog:prod",
"ansis": "catalog:prod",
"debug": "catalog:prod",
"pathe": "catalog:prod",
"zod": "catalog:prod"
},
"devDependencies": {
"@types/debug": "catalog:types"
}
}