@loopback/tsdocs
Version:
A package to generate api docs using Microsoft api-extractor and api-documenter
73 lines (72 loc) • 2.33 kB
JSON
{
"name": "@loopback/tsdocs",
"description": "A package to generate api docs using Microsoft api-extractor and api-documenter",
"version": "7.0.12",
"keywords": [
"LoopBack",
"Apidocs",
"Reflect"
],
"license": "MIT",
"bin": {
"lb-extract-apidocs": "./bin/extract-apis.js",
"lb-document-apidocs": "./bin/document-apis.js",
"lb-update-apidocs": "./bin/update-apidocs.js"
},
"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": "packages/tsdocs"
},
"engines": {
"node": "20 || 22 || 24"
},
"scripts": {
"build:tsdocs": "npm run build && npm run -s extract-apidocs && npm run -s document-apidocs && npm run -s update-apidocs",
"extract-apidocs": "node bin/extract-apis",
"document-apidocs": "node bin/document-apis markdown -i ../../docs/apidocs/models -o ../../docs/site/apidocs",
"update-apidocs": "node bin/update-apidocs",
"build": "lb-tsc",
"build:fixtures": "npm run build --prefix fixtures/monorepo",
"clean": "lb-clean loopback-tsdocs*.tgz dist *.tsbuildinfo package",
"pretest": "npm run build",
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"verify": "npm pack && tar xf loopback-tsdocs*.tgz && tree package && npm run clean"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__",
"!/fixtures"
],
"dependencies": {
"@lerna/project": "^6.4.1",
"@microsoft/api-documenter": "^7.30.5",
"@microsoft/api-extractor": "^7.58.7",
"@npmcli/map-workspaces": "^5.0.3",
"@npmcli/package-json": "^7.0.5",
"debug": "^4.4.3",
"fs-extra": "^11.3.5",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^12.0.12",
"@loopback/eslint-config": "^16.0.1",
"@loopback/testlab": "^8.0.12",
"@loopback/tsdocs-monorepo": "^0.6.12",
"@types/debug": "^4.1.13",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.19.40",
"@types/npmcli__map-workspaces": "^3.0.4",
"@types/npmcli__package-json": "^4.0.4"
},
"gitHead": "0a50e95657fe170d9bafb403d763a42a58e5443f"
}