{ "name": "@bmad/mcp-server", "version": "0.1.0", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "bin": { "bmad-mcp": "./dist/index.js" }, "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "dev": "vite build --watch", "build": "vite build", "start": "node dist/index.js", "test": "vitest --run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "type-check": "tsc --noEmit", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^22.10.1", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "typescript": "^5.8.3", "vite": "^7.0.0", "vite-plugin-dts": "^4.5.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "js-yaml": "^4.1.0", "vitest": "^3.2.4" } }