UNPKG

@knodes/typedoc-pluginutils

Version:
91 lines (90 loc) 2.48 kB
{ "name": "@knodes/typedoc-pluginutils", "version": "0.23.4", "description": "A set of utilities for TypeDoc plugins", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/KnodesCommunity/typedoc-plugins.git" }, "bugs": { "url": "https://github.com/KnodesCommunity/typedoc-plugins/issues" }, "homepage": "https://knodescommunity.github.io/typedoc-plugins/modules/_knodes_typedoc_pluginutils.html", "author": { "email": "gerkin@knodes.org", "name": "GerkinDev" }, "keywords": [ "documentation", "plugin", "typedoc", "utilities", "utility", "utils" ], "main": "dist/index.js", "exports": { ".": { "default": "./dist/index.js", "types": "./dist/index.d.ts" }, "./path": { "default": "./dist/utils/path.js", "types": "./dist/utils/path.d.ts" } }, "files": [ "dist", "src" ], "scripts": { "build": "tsc --project tsconfig.build.json", "build:clean": "rimraf dist", "lint": "eslint --ignore-path ../../.eslintignore '**/?(.)*.?([cm])[tj]s?(x)'", "prepublishOnly": "npm run build:clean && npm run build", "test": "jest --config jest.config.js" }, "types": "dist/index.d.ts", "dependencies": { "lodash": "^4.17.21", "fastest-levenshtein": "^1.0.16", "pkg-up": "^3.1.0", "semver": "^7.3.5" }, "peerDependencies": { "typedoc": "^0.23.0" }, "devDependencies": { "@knodes/eslint-config": "^1.6.5", "@testing-library/jest-dom": "^5.16.4", "@types/jest": "^29.0.0", "@types/jsdom": "^21.0.0", "@types/lodash": "^4.14.182", "@types/node": "^18.0.0", "@types/react": "^18.0.14", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "^8.18.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.3.3", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-sort-export-all": "^1.2.2", "jest": "^29.0.0", "jest-extended": "^3.0.2", "jest-junit": "^15.0.0", "jsdom": "^21.0.0", "rimraf": "^4.0.0", "ts-jest": "^29.0.0", "typedoc": "^0.23.28", "typescript": "^5.0.0", "@alex_neo/jest-expect-message": "^1.0.5", "@types/semver": "^7.3.9", "@types/tmp": "^0.2.3", "conventional-changelog-cli": "^2.2.2", "expect-type": "^0.15.0", "tmp": "^0.2.1", "type-fest": "^3.0.0" } }