@ng-doc/builder
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
65 lines • 1.6 kB
JSON
{
"name": "@ng-doc/builder",
"version": "19.1.0",
"type": "commonjs",
"builders": "./builders.json",
"schematics": "./schematics/collection.json",
"ng-update": {
"migrations": "./schematics/migration.json",
"packageGroup": [
"ng-doc"
]
},
"dependencies": {
"@ng-doc/core": "19.1.0",
"@ng-doc/utils": "19.1.0",
"@angular-devkit/architect": ">=0.1900.0 < 0.2000.0",
"@angular-devkit/build-angular": ">=19.0.0 < 20.0.0",
"minimatch": "9.0.1",
"rxjs": "^7.0.0",
"ts-morph": "22.0.0",
"nunjucks": "3.2.4",
"@orama/orama": "2.0.17",
"@orama/plugin-parsedoc": "2.0.17",
"posthtml-parser": "0.11.0",
"prettier": "<4.0.0",
"fast-glob": "3.3.2",
"gray-matter": "4.0.3",
"marked": "12.0.1",
"esbuild": "0.19.12",
"cosmiconfig": "8.2.0",
"@prettier/sync": "0.5.2",
"cosmiconfig-typescript-loader": "5.0.0",
"find-cache-dir": "3.3.2",
"tslib": "^2.6.2",
"ng-morph": "4.0.3",
"parsimmon": "^1.18.1",
"@parcel/watcher": "2.4.1",
"@microsoft/tsdoc": "0.15.1"
},
"publishConfig": {
"access": "public"
},
"types": "./index.d.ts",
"main": "./index.js",
"keywords": [
"angular",
"documentation",
"generator",
"builder",
"guides",
"api",
"demo",
"ng-doc"
],
"author": "Skoropad Aleksandr <alex@skoropad.dev>",
"repository": {
"type": "git",
"url": "git+https://github.com/ng-doc/ng-doc.git"
},
"bugs": {
"url": "https://github.com/ng-doc/ng-doc/issues"
},
"homepage": "https://ng-doc.com",
"license": "MIT"
}