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": "2.6.0", "description": "[![CodeQL](https://github.com/xeaone/server/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/xeaone/server/actions/workflows/codeql-analysis.yml)\r![GitHub](https://img.shields.io/github/license/xeaone/server)", "main": "src/mod.ts", "module": "src/mod.ts", "directories": { "src": "src", "example": "examples" }, "scripts": { "deploy": "deno run -A deploy.ts" }, "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"}