UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

43 lines (42 loc) 1.12 kB
{ "name": "@loopback/docs", "description": "Documentation files rendered at [https://loopback.io](https://loopback.io)", "version": "5.1.6", "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": "14 || 16 || 18 || 19" }, "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": "^10.1.0", "tslib": "^2.4.1" }, "devDependencies": { "@loopback/build": "^9.0.7" }, "gitHead": "06cbcba72ceb28ab5033bae80cc5504c80ac53c2" }