{
  "name": "@loopback/docs",
  "description": "Documentation files rendered at [https://loopback.io](https://loopback.io)",
  "version": "8.0.13",
  "keywords": [
    "LoopBack",
    "docs"
  ],
  "license": "MIT",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "homepage": "https://github.com/loopbackio/loopback-next/tree/master/docs",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "docs"
  },
  "engines": {
    "node": "20 || 22 || 24"
  },
  "scripts": {
    "version": "node ./bin/copy-readmes.js && node ./bin/copy-changelogs.js && cd .. && npm run tsdocs",
    "clean": "lb-clean loopback-docs*.tgz package apidocs site/readmes site/changelogs site/apidocs"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "*.md",
    "bin/",
    "img/",
    "site/"
  ],
  "dependencies": {
    "fs-extra": "^11.3.4",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^12.0.11"
  },
  "gitHead": "c8e659000db94b7fcda374462a56828eefd43455"
}
