{ "name": "stackblitz-mcp", "type": "module", "version": "0.1.0", "packageManager": "pnpm@12.5.1", "description": "MCP server for reading files from StackBlitz projects", "author": "Kevin Deng ", "license": "MIT", "funding": "https://github.com/sponsors/sxzz", "homepage": "https://github.com/sxzz/stackblitz-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/sxzz/stackblitz-mcp.git" }, "bugs": { "url": "https://github.com/sxzz/stackblitz-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "stackblitz", "ai", "llm" ], "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "bin": { "stackblitz-mcp": "./dist/index.mjs" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20.19.0" }, "scripts": { "lint": "eslint --cache .", "lint:fix": "pnpm run lint --fix", "build": "tsdown", "dev": "tsdown --watch", "test": "vitest", "typecheck": "tsgo --noEmit", "format": "dprint fmt", "release": "bumpp", "prepublishOnly": "pnpm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@sxzz/eslint-config": "^8.5.0", "@types/node": "^26.4.0", "@typescript/native-preview": "7.0.0-dev.20260707.2", "@unocss/eslint-plugin": "^66.9.1", "bumpp": "^12.2.2", "dprint": "^0.57.0", "eslint": "^10.9.1", "eslint-plugin-astro": "^3.1.0", "tsdown": "^0.23.0", "tsdown-preset-sxzz": "^0.7.0", "typescript": "^6.0.3", "vitest": "^5.0.0" } }