UNPKG

doxdox

Version:
71 lines (70 loc) 1.58 kB
{ "name": "doxdox", "description": "Main package for doxdox.", "version": "4.0.0-preview.25", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "engines": { "node": ">=20" }, "dependencies": { "doxdox-cli": "4.0.0-preview.25", "doxdox-core": "4.0.0-preview.25", "doxdox-parser-jsdoc": "4.0.0-preview.25", "doxdox-renderer-bootstrap": "4.0.0-preview.25", "doxdox-renderer-json": "4.0.0-preview.25", "doxdox-renderer-markdown": "4.0.0-preview.25" }, "devDependencies": { "@eslint/js": "9.27.0", "@types/node": "22.15.19", "@typescript-eslint/eslint-plugin": "8.32.1", "@typescript-eslint/parser": "8.32.1", "eslint": "9.27.0", "rimraf": "6.0.1", "typescript": "5.8.3", "typescript-eslint": "8.32.1" }, "scripts": { "build": "rimraf dist/ && tsc", "lint": "eslint" }, "jest": { "collectCoverage": true, "extensionsToTreatAsEsm": [ ".ts" ], "transform": { "^.+\\.ts$": [ "ts-jest", { "useESM": true } ] }, "testRegex": ".*.test.ts$" }, "keywords": [ "doxdox", "documentation", "cli", "jsdoc", "bootstrap", "markdown", "json" ], "authors": [ { "name": "Scott Doxey", "email": "hello@scottdoxey.com", "homepage": "http://scottdoxey.com/" } ], "license": "MIT", "homepage": "https://github.com/docsbydoxdox/doxdox", "repository": { "type": "git", "url": "git://github.com/docsbydoxdox/doxdox.git" } }