UNPKG

@glandjs/http

Version:

A protocol adapter for HTTP built on top of the Gland architecture solution.

55 lines 1.19 kB
{ "name": "@glandjs/http", "version": "1.0.0-beta", "description": "A protocol adapter for HTTP built on top of the Gland architecture solution.", "author": { "name": "Mahdi", "url": "https://github.com/m-mdy-m" }, "license": "MIT", "homepage": "https://github.com/glandjs/http#readme", "repository": { "type": "git", "url": "https://github.com/glandjs/http.git", "directory": "packages/http" }, "bugs": { "url": "https://github.com/glandjs/http/issues" }, "keywords": [ "gland", "http", "express", "adapter", "protocol", "framework", "typescript", "architecture", "event-driven", "glandjs" ], "engines": { "node": ">= 20" }, "publishConfig": { "access": "public" }, "dependencies": { "@glandjs/events": "^1.1.0", "@glandjs/core": "^1.0.3-beta", "@medishn/toolkit": "^1.0.4", "reflect-metadata": "^0.2.2", "tslib": "2.8.1" }, "devDependencies": { "@glandjs/common": "^1.0.3-beta", "typescript": "^5.5.4" }, "peerDependencies": { "@glandjs/common": "^1.0.3-beta", "reflect-metadata": "^0.2.2" }, "scripts": { "build": "tsc" } }