@notchjs/express
Version:
A dependency injection based express adapter (Node.js)
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "@notchjs/express",
"version": "0.9.3",
"description": "A dependency injection based express adapter (Node.js)",
"license": "MIT",
"author": "Augustus Kamau",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"notchjs",
"express",
"express-adapter"
],
"scripts": {
"test": "jest --detectOpenHandles"
},
"dependencies": {
"@hemjs/notions": "1.2.6",
"@notchjs/http": "^0.9.3",
"@notchjs/util": "^0.9.3",
"express": "4.21.2",
"stoppable": "1.1.0",
"tslib": "2.8.1"
},
"devDependencies": {
"@notchjs/types": "^0.9.3"
},
"homepage": "https://github.com/notchjs/notch",
"bugs": {
"url": "https://github.com/notchjs/notch/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notchjs/notch.git"
},
"engines": {
"node": ">=18.17.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "bd8df1d866790a9f071db63b450c04e777557024"
}