{
  "name": "@loopback/example-binding-resolution",
  "description": "An example application to demonstrate binding resolution and dependency injection within a context hierarchy",
  "version": "0.12.14",
  "keywords": [
    "loopback-application",
    "loopback",
    "IoC",
    "dependency injection",
    "context",
    "binding"
  ],
  "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/binding-resolution"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "pretest": "npm run rebuild",
    "test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js",
    "rebuild": "npm run clean && npm run build",
    "prestart": "npm run rebuild",
    "start": "node -r source-map-support/register .",
    "clean": "lb-clean dist *.tsbuildinfo .eslintcache"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__"
  ],
  "dependencies": {
    "@loopback/boot": "^8.0.14",
    "@loopback/core": "^7.0.13",
    "@loopback/rest": "^15.0.14",
    "@loopback/rest-explorer": "^8.0.14",
    "debug": "^4.4.3",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.13",
    "@loopback/testlab": "^8.0.13",
    "@types/debug": "^4.1.13",
    "@types/node": "^20.19.41",
    "eslint": "^8.57.1",
    "source-map-support": "^0.5.21",
    "typescript": "~5.2.2"
  },
  "gitHead": "945a39297882ccdb65953fb72efebb4f6ce2a132"
}
