UNPKG

melinajs

Version:

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

42 lines 869 B
{ "name": "melinajs", "version": "1.3.1", "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" }, "peerDependencies": { "typescript": "^5", "bun": ">=1.0.0" }, "dependencies": { "bun-plugin-tailwind": "^0.0.15" } }