{
  "name": "@loopback/example-express-composition",
  "description": "LoopBack 4 REST API on Express",
  "version": "8.0.12",
  "keywords": [
    "loopback-application",
    "loopback",
    "example",
    "tutorial",
    "express"
  ],
  "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": "examples/express-composition"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "clean": "lb-clean *example-express-composition*.tgz dist *.tsbuildinfo package",
    "lint": "npm run prettier:check && npm run eslint",
    "lint:fix": "npm run eslint:fix && npm run prettier:fix",
    "prettier:cli": "lb-prettier \"**/*.ts\" \"**/*.js\"",
    "prettier:check": "npm run prettier:cli -- -l",
    "prettier:fix": "npm run prettier:cli -- --write",
    "eslint": "lb-eslint --report-unused-disable-directives .",
    "eslint:fix": "npm run eslint -- --fix",
    "pretest": "npm run rebuild",
    "test": "lb-mocha \"dist/__tests__/**/*.js\"",
    "posttest": "npm run lint",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
    "premigrate": "npm run build ",
    "migrate": "node ./dist/migrate",
    "rebuild": "npm run clean && npm run build",
    "prestart": "npm run rebuild",
    "start": "node ."
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@loopback/boot": "^8.0.12",
    "@loopback/core": "^7.0.11",
    "@loopback/repository": "^8.0.11",
    "@loopback/rest": "^15.0.12",
    "@loopback/rest-explorer": "^8.0.12",
    "@loopback/service-proxy": "^8.0.11",
    "express": "^4.22.1",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.11",
    "@loopback/eslint-config": "^16.0.1",
    "@loopback/testlab": "^8.0.11",
    "@types/express": "^4.17.25",
    "@types/node": "^20.19.39",
    "eslint": "^8.57.1",
    "typescript": "~5.2.2"
  },
  "gitHead": "c8e659000db94b7fcda374462a56828eefd43455"
}
