UNPKG

doxdox

Version:
71 lines (70 loc) 1.57 kB
{ "name": "doxdox", "description": "Main package for doxdox.", "version": "4.0.0-preview.24", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "engines": { "node": ">=20" }, "dependencies": { "doxdox-cli": "4.0.0-preview.24", "doxdox-core": "4.0.0-preview.24", "doxdox-parser-jsdoc": "4.0.0-preview.24", "doxdox-renderer-bootstrap": "4.0.0-preview.24", "doxdox-renderer-json": "4.0.0-preview.24", "doxdox-renderer-markdown": "4.0.0-preview.24" }, "devDependencies": { "@eslint/js": "9.9.1", "@types/node": "22.5.2", "@typescript-eslint/eslint-plugin": "8.4.0", "@typescript-eslint/parser": "8.4.0", "eslint": "9.9.1", "rimraf": "6.0.1", "typescript": "5.5.4", "typescript-eslint": "8.4.0" }, "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" } }