@fronrich/perspective
Version:
An Elysia plugin that allows Elysia servers to host multiple static, client-side applications.
36 lines (35 loc) • 730 B
JSON
{
"name": "@fronrich/perspective",
"version": "1.0.6",
"module": "dist/index.js",
"type": "module",
"license": "MIT",
"repository": {
"type": "github",
"url": "git+https://github.com/fronrich/perspective.git"
},
"description": "An Elysia plugin that allows Elysia servers to host multiple static, client-side applications.",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"elysia": "^1.2.12",
"get-all-files": "^5.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"build": "bunx tsc"
},
"keywords": [
"perspective",
"Elysia",
"static",
"frontend",
"server",
"hosting",
"agnostic",
"bun",
"simple",
"monorepo"
]
}