@loopback/express
Version:
Integrate with Express and expose middleware infrastructure for sequence and interceptors
69 lines (68 loc) • 1.9 kB
JSON
{
"name": "@loopback/express",
"description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors",
"version": "8.0.1",
"keywords": [
"loopback-extension",
"loopback"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "IBM Corp. and LoopBack contributors",
"copyright.owner": "IBM Corp. and LoopBack contributors",
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/loopback-next.git",
"directory": "packages/express"
},
"engines": {
"node": "20 || 22 || 24"
},
"scripts": {
"build": "lb-tsc",
"build:watch": "lb-tsc --watch",
"pretest": "npm run clean && npm run build",
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js",
"clean": "lb-clean dist *.tsbuildinfo .eslintcache"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"peerDependencies": {
"@loopback/core": "^7.0.0"
},
"dependencies": {
"@loopback/http-server": "^7.0.1",
"@types/body-parser": "^1.19.6",
"@types/express": "^4.17.23",
"@types/express-serve-static-core": "^4.17.37",
"@types/http-errors": "^2.0.5",
"body-parser": "^2.2.0",
"debug": "^4.4.1",
"express": "^4.21.2",
"http-errors": "^2.0.0",
"on-finished": "^2.4.1",
"toposort": "^2.0.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^12.0.1",
"@loopback/core": "^7.0.1",
"@loopback/testlab": "^8.0.1",
"@types/debug": "^4.1.12",
"@types/node": "^16.18.126",
"@types/on-finished": "^2.3.5",
"@types/toposort": "^2.0.7",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
},
"gitHead": "739a529c28256ab39fcc173ca0195e700758ef11"
}