@glandjs/express
Version:
An Express adapter for Gland HTTP protocol layer, enabling classic middleware-based routing within the Gland architecture solution.
59 lines • 1.35 kB
JSON
{
"name": "@glandjs/express",
"version": "1.0.0-beta",
"description": "An Express adapter for Gland HTTP protocol layer, enabling classic middleware-based routing within 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/express"
},
"bugs": {
"url": "https://github.com/glandjs/http/issues"
},
"keywords": [
"gland",
"glandjs",
"express",
"http",
"adapter",
"middleware",
"protocol",
"framework",
"typescript",
"event-driven",
"architecture",
"express-adapter"
],
"engines": {
"node": ">= 20"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"express": "^5.1.0",
"@glandjs/events": "^1.1.0",
"@glandjs/core": "^1.0.3-beta",
"@medishn/toolkit": "^1.0.4",
"tslib": "2.8.1",
"@glandjs/http": "1.0.0-beta"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@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"
}
}