UNPKG

typedoc-plugin-discord-types

Version:

Adds support for linking to discord-api-types.dev types to TypeDoc.

106 lines 2.84 kB
{ "name": "typedoc-plugin-discord-types", "version": "1.0.2", "description": "Adds support for linking to discord-api-types.dev types to TypeDoc.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "sideEffects": false, "license": "MIT", "author": "@imranbarbhuiya", "scripts": { "lint": "eslint src --ext ts --fix", "format": "prettier --write \"src/**/*.ts\"", "update": "yarn upgrade-interactive", "build": "tsup && tsc -b src", "typecheck": "tsc -p tsconfig.typecheck.json", "bump": "cliff-jumper", "check-update": "cliff-jumper --dry-run", "prepack": "rollup-type-bundler && pinst --disable", "_postinstall": "husky install .github/husky", "postpack": "pinst --enable" }, "keywords": [ "typedoc", "typedocplugin", "typedoc-plugin", "typescript", "ts", "yarn", "discord", "discordtype", "discordapi", "dapi", "d-types", "discord-types" ], "publishConfig": { "access": "public" }, "devDependencies": { "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.2", "@favware/cliff-jumper": "^1.8.2", "@favware/npm-deprecate": "^1.0.4", "@favware/rollup-type-bundler": "^1.0.7", "@sapphire/eslint-config": "^4.3.6", "@sapphire/prettier-config": "^1.4.3", "@typescript-eslint/eslint-plugin": "^5.27.0", "@typescript-eslint/parser": "^5.27.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.17.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^8.0.1", "lint-staged": "^13.0.0", "pinst": "^3.0.0", "prettier": "^2.6.2", "pretty-quick": "^3.1.3", "tsup": "^6.0.1", "typedoc": "^0.22.17", "typescript": "^4.7.3" }, "peerDependencies": { "typedoc": "^0.22.x" }, "files": [ "dist/**/*.js*", "dist/**/*.mjs*", "dist/**/*.d*" ], "repository": { "type": "git", "url": "git+https://github.com/imranbarbhuiya/typedoc-plugin-discord-types.git" }, "bugs": { "url": "https://github.com/imranbarbhuiya/typedoc-plugin-discord-types/issues" }, "homepage": "https://github.com/imranbarbhuiya/typedoc-plugin-discord-types/", "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "resolutions": { "ansi-regex": "^5.0.1", "minimist": "^1.2.6" }, "packageManager": "yarn@3.2.1", "prettier": "@sapphire/prettier-config", "dependencies": { "undici": "^5.4.0" } }