package.json•978 B
{
"name": "heroui-mcp",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
"check": "biome check src && tsc --noEmit && vitest run",
"dev": "bun run src/index.ts",
"format": "biome check --fix src",
"lint": "biome check src",
"start": "node dist/src/index.js",
"test": "vitest --silent",
"test:run": "vitest run --silent",
"test:coverage": "vitest run --coverage --silent",
"type-check": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"express": "^5.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/express": "^5.0.3",
"@types/node": "^24.0.15",
"@types/supertest": "^6.0.3",
"husky": "^9.1.7",
"supertest": "^7.1.3",
"tsc-alias": "^1.8.16",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}