{
  "name": "@loopback/example-todo-list",
  "description": "Continuation of the todo example using relations in LoopBack 4.",
  "version": "9.0.15",
  "keywords": [
    "loopback",
    "LoopBack",
    "example",
    "tutorial",
    "relations",
    "CRUD",
    "models",
    "todo",
    "HasMany"
  ],
  "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/todo-list"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "clean": "lb-clean *example-todo-list*.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\"",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
    "verify": "npm pack && tar xf loopback-todo-list*.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.15",
    "@loopback/core": "^7.0.14",
    "@loopback/repository": "^8.0.14",
    "@loopback/rest": "^15.0.15",
    "@loopback/rest-explorer": "^8.0.15",
    "@loopback/service-proxy": "^8.0.14",
    "loopback-connector-rest": "^7.0.1",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.14",
    "@loopback/eslint-config": "^16.0.1",
    "@loopback/http-caching-proxy": "^7.0.14",
    "@loopback/testlab": "^8.0.14",
    "@types/lodash": "^4.17.24",
    "@types/node": "^20.19.43",
    "eslint": "^8.57.1",
    "lodash": "^4.18.1",
    "typescript": "~5.2.2"
  },
  "gitHead": "bc72efc31c4fa9b933bf35a3fabe8a4ee25a63e3"
}
