UNPKG

@nx-dotnet/nxdoc

Version:

> This package is unstable! Documentation formatting could change in the future. See something that you think should be different? [Open an issue](https://github.com/nx-dotnet/nx-dotnet/issues) on github and help shape this plugin.

35 lines (34 loc) 777 B
{ "name": "@nx-dotnet/nxdoc", "main": "src/index.js", "generators": "./generators.json", "executors": "./executors.json", "homepage": "https://nx-dotnet.com/docs/nxdoc", "bugs": { "url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Anxdoc", "email": "craigorycoppola+nxdoc@gmail.com" }, "license": "MIT", "keywords": [ "Nx", ".NET", "dotnet", "monorepos", "full-stack" ], "author": { "name": "NxDotnet", "url": "https://github.com/nx-dotnet" }, "repository": { "type": "git", "url": "https://github.com/nx-dotnet/nx-dotnet" }, "dependencies": { "@nx/devkit": "19.5.3", "tslib": "^2.5.0" }, "peerDependencies": {}, "version": "2.4.2", "type": "commonjs" }