UNPKG

@ublitzjs/router

Version:

![ublitzjs](https://github.com/ublitzjs/core/blob/main/logo.png)

44 lines (43 loc) 960 B
{ "name": "@ublitzjs/router", "version": "0.1.0", "dependencies": { "@ublitzjs/core": "~0.0.1", "@ublitzjs/payload": "~0.0.1", "ajv": "8.17.1", "@sinclair/typebox": "^0.34.33" }, "exports": { ".": { "types": "./types/index.d.ts", "import": "./mjs/index.mjs", "require": "./cjs/index.cjs" }, "./json-schemas": { "types": "./types/json-schemas.d.ts", "import": "./mjs/json-schemas.mjs", "require": "./cjs/json-schemas.cjs" } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ublitzjs/router.git" }, "bugs": { "url": "https://github.com/ublitzjs/router/issues", "email": "diril656@gmail.com" }, "homepage": "https://github.com/ublitzjs/router#readme", "keywords": [ "ublitzjs", "uws", "uWebSockets.js", "router", "code structure", "development", "openapi-like" ] }