Skip to main content
Module

x/xserver/package.json

X-Server a Deno server module with middleware
Go to Latest
File
{ "private": false, "name": "@xeaone/server", "type": "module", "version": "5.2.3", "description": "X-Server Deno server module with built in middleware.", "main": "src/mod.ts", "module": "src/mod.ts", "directories": { "src": "src", "example": "examples" }, "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/xeaone/server.git" }, "keywords": [ "deno", "server" ], "author": "Alexander Elias", "license": "MIT", "bugs": { "url": "https://github.com/xeaone/server/issues" }, "homepage": "https://github.com/xeaone/server#readme"}