UNPKG

@ments/web

Version:

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

45 lines (44 loc) 1.01 kB
{ "name": "@ments/web", "version": "1.10.0", "description": "A lightweight, type-safe server framework for Bun with automatic performance tracking.", "module": "./src/web.ts", "main": "./src/web.ts", "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", "keywords": [ "bun", "server", "framework", "typescript", "performance", "web", "api", "frontend", "ssr", "tailwind" ], "type": "module", "private": false, "sideEffects": false, "devDependencies": { "@types/bun": "latest" }, "dependencies": { "@ments/utils": "1.0.0", "@modelcontextprotocol/sdk": "^1.11.0", "@solana/kit": "^2.1.0", "@tailwindcss/postcss": "^4.1.10", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "zod": "^3.24.4" } }