UNPKG

@stonx/elysia

Version:

[![npm version](https://img.shields.io/npm/v/@stonx/elysia.svg)](https://www.npmjs.com/package/@stonx/elysia) [![license: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Nx compatibility](https://img.shie

34 lines 736 B
{ "name": "@stonx/elysia", "version": "0.1.1", "author": "BorisTB", "repository": { "type": "git", "url": "git+https://github.com/BorisTB/stonx.git", "directory": "packages/elysia" }, "keywords": [ "Nx", "Elysia", "http", "web", "server", "api" ], "bugs": "https://github.com/BorisTB/stonx/issues", "license": "MIT", "type": "commonjs", "main": "./src/index.js", "types": "./src/index.d.ts", "generators": "./generators.json", "peerDependencies": { "@nx/devkit": ">=18.0.0 <22.0.0", "@nx/eslint": ">=18.0.0 <22.0.0", "@nx/js": ">=18.0.0 <22.0.0", "@nx/node": ">=18.0.0 <22.0.0", "tslib": ">=2.3.0" }, "publishConfig": { "access": "public" } }