{
  "name": "@loopback/example-lb3-application",
  "description": "Tutorial example on how to add existing an LB3 application to a LB4 project",
  "version": "8.0.13",
  "keywords": [
    "loopback",
    "LoopBack",
    "example"
  ],
  "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/lb3-application"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "clean": "lb-clean *example-lb3-application*.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\"",
    "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\" \"lb3app/test/*.js\"",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
    "verify": "npm pack && tar xf loopback-lb3-application*.tgz && tree package && npm run clean",
    "premigrate": "npm run build ",
    "migrate": "node ./dist/migrate",
    "preopenapi-spec": "npm run build",
    "openapi-spec": "node ./dist/openapi-spec",
    "rebuild": "npm run clean && npm run build",
    "prestart": "npm run rebuild",
    "start": "node ."
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@loopback/boot": "^8.0.13",
    "@loopback/booter-lb3app": "^7.0.13",
    "@loopback/core": "^7.0.12",
    "@loopback/repository": "^8.0.12",
    "@loopback/rest": "^15.0.13",
    "@loopback/rest-explorer": "^8.0.13",
    "compression": "^1.8.1",
    "cors": "^2.8.6",
    "debug": "^4.4.3",
    "express": "^4.22.2",
    "helmet": "^4.6.0",
    "loopback": "^3.28.0",
    "loopback-boot": "^3.3.1",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.12",
    "@loopback/eslint-config": "^16.0.1",
    "@loopback/testlab": "^8.0.12",
    "@types/lodash": "^4.17.24",
    "@types/node": "^20.19.40",
    "eslint": "^8.57.1",
    "lodash": "^4.18.1",
    "should": "^13.2.3",
    "typescript": "~5.2.2"
  },
  "gitHead": "0a50e95657fe170d9bafb403d763a42a58e5443f"
}
