UNPKG

@loopback/docs

Version:

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

43 lines (42 loc) 1.07 kB
{ "name": "@loopback/docs", "description": "Documentation files rendered at [https://loopback.io](https://loopback.io)", "version": "3.26.0", "keywords": [ "LoopBack", "docs" ], "license": "MIT", "author": "IBM Corp.", "copyright.owner": "IBM Corp.", "homepage": "https://github.com/strongloop/loopback-next/tree/master/docs", "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-next.git", "directory": "docs" }, "engines": { "node": "^10.16 || 12 || 14 || 16" }, "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.0.0", "tslib": "^2.2.0" }, "devDependencies": { "@loopback/build": "^6.4.1" }, "gitHead": "2a3b684ec76fa299d80b099abbf101358538cb75" }