{ "name": "@discordjs/docgen", "version": "0.12.1", "description": "The docs.json generator for discord.js and its related projects", "scripts": { "build": "unbuild", "lint": "prettier --check . && TIMING=1 eslint src --ext mjs,js,ts", "format": "prettier --write . && TIMING=1 eslint src --ext mjs,js,ts --fix", "fmt": "yarn format", "prepack": "yarn format && yarn build", "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/docgen/*'", "release": "cliff-jumper" }, "bin": "./dist/cli.cjs", "directories": { "lib": "src" }, "files": [ "dist" ], "contributors": [ "Crawl ", "Amish Shah ", "Schuyler Cebulskie " ], "license": "Apache-2.0", "keywords": [ "documentation", "docs", "generator", "docgen", "docsgen", "node", "discordjs" ], "repository": { "type": "git", "url": "https://github.com/discordjs/discord.js.git" }, "bugs": { "url": "https://github.com/discordjs/discord.js/issues" }, "homepage": "https://discord.js.org", "dependencies": { "commander": "^9.4.0", "jsdoc-to-markdown": "^7.1.1", "tslib": "^2.4.0", "typedoc": "^0.23.10" }, "devDependencies": { "@favware/cliff-jumper": "^1.8.6", "@types/jsdoc-to-markdown": "^7.0.3", "@types/node": "^16.11.48", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", "eslint": "^8.22.0", "eslint-config-marine": "^9.4.1", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.4.1", "eslint-plugin-import": "^2.26.0", "prettier": "^2.7.1", "rollup-plugin-typescript2": "0.32.1", "typescript": "^4.7.4", "unbuild": "^0.8.8" }, "engines": { "node": ">=16.9.0" }, "publishConfig": { "access": "public" } }