package.json•653 B
{
"name": "elysia-mcp-starter",
"version": "1.0.50",
"bin": {
"elysia-mcp-starter": "/cli/index.js"
},
"files": [
"cli"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bun run src/index.ts",
"build:cli": "bun build --target bun --outfile ./cli/index.js src/cli.ts",
"dev": "bun run --watch src/index.ts",
"inspect": "bunx @modelcontextprotocol/inspector http://localhost:3000/mcp"
},
"dependencies": {
"@elysiajs/node": "^1.3.0",
"elysia": "latest",
"elysia-mcp": "^0.0.11"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}