mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"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 <icrawltogo@gmail.com>",
|
|
"Amish Shah <amishshah.2k@gmail.com>",
|
|
"Schuyler Cebulskie <Gawdl3y@Gawdl3y.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"documentation",
|
|
"docs",
|
|
"generator",
|
|
"docgen",
|
|
"docsgen",
|
|
"node",
|
|
"discordjs"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/discordjs/discord.js.git",
|
|
"directory": "packages/docgen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/discordjs/discord.js/issues"
|
|
},
|
|
"homepage": "https://discord.js.org",
|
|
"dependencies": {
|
|
"commander": "^10.0.1",
|
|
"jsdoc-to-markdown": "^8.0.0",
|
|
"tslib": "^2.5.0",
|
|
"typedoc": "^0.24.7"
|
|
},
|
|
"devDependencies": {
|
|
"@favware/cliff-jumper": "^2.0.0",
|
|
"@types/jsdoc-to-markdown": "^7.0.3",
|
|
"@types/node": "16.18.29",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-neon": "^0.1.47",
|
|
"eslint-formatter-pretty": "^5.0.0",
|
|
"prettier": "^2.8.8",
|
|
"tsup": "^6.7.0",
|
|
"turbo": "^1.9.4",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.9.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|