{ "name": "@discordjs/docgen", "version": "0.12.1", "description": "The docs.json generator for discord.js and its related projects", "scripts": { "build": "tsup", "lint": "prettier --check . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts --format=pretty", "format": "prettier --write . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts --fix --format=pretty", "fmt": "yarn format", "prepack": "yarn format && yarn build" }, "bin": "./dist/cli.js", "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.1", "jsdoc-to-markdown": "^7.1.1", "tslib": "^2.4.0", "typedoc": "^0.23.17" }, "devDependencies": { "@favware/cliff-jumper": "^1.8.8", "@types/jsdoc-to-markdown": "^7.0.3", "@types/node": "16.11.68", "cross-env": "^7.0.3", "eslint": "^8.25.0", "eslint-config-neon": "^0.1.38", "eslint-formatter-pretty": "^4.1.0", "prettier": "^2.7.1", "tsup": "^6.3.0", "typescript": "^4.8.4" }, "engines": { "node": ">=16.9.0" }, "publishConfig": { "access": "public" } }