UNPKG

melinajs

Version:

A lightweight, type-safe server framework for Bun with automatic performance tracking.

46 lines (45 loc) 965 B
{ "name": "melinajs", "version": "1.7.0", "description": "A lightweight, type-safe server framework for Bun with automatic performance tracking.", "repository": { "type": "git", "url": "https://github.com/mements/melina.js" }, "author": { "name": "Mements Team" }, "bugs": "https://github.com/mements/melina.js/issues", "homepage": "https://github.com/mements/melina.js#readme", "license": "MIT", "engines": { "bun": ">=1.0.0" }, "keywords": [ "bun", "server", "framework", "typescript", "performance", "web", "api", "frontend", "ssr", "tailwind" ], "type": "module", "sideEffects": false, "devDependencies": { "@types/bun": "latest" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "@solana/kit": "^2.1.0", "bun-plugin-tailwind": "^0.0.15", "zod": "^3.24.4" }, "peerDependencies": { "bun": ">=1.0.0", "typescript": "^5" } }