mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-17 16:57:28 +00:00
* chore(deps): update github-actions * actions/cache v4 -> v5 * actions/create-github-app-token v2 -> v3 * actions/download-artifact v6 -> v8 * actions/labeler v5 -> v6 * actions/upload-artifact v5 -> v7 * codecov/codecov-action v4 -> v6 * crazy-max/ghaction-github-labeler v5 -> v6 * dessant/lock-threads v5 -> v6 * docker/build-push-action v6 -> v7 * docker/login-action v3 -> v4 * docker/setup-buildx-action v3 -> v4 * pnpm/action-setup v4.1.0 -> v6.0.8 * chore(deps): minor/patch bumps and pnpm v11 * chore(deps): bump lint-staged to v17 * chore(deps): bump commitlint to v21 * chore(deps): bump vercel to v54 * chore(deps): bump vite to v8 * chore(deps): bump chromatic to v17 * chore(deps): bump validate-npm-package-name to v8 * chore(deps): bump uuid to v14 * chore(deps): bump cloudflare to v6 * chore(deps): bump meilisearch to v0.58 * chore(deps): bump fumadocs-mdx to v15 * chore(deps): lockfile * chore: fixes * fixup! chore(deps): minor/patch bumps and pnpm v11 * chore(deps): bump vercel to v56 * chore(deps): bump chromatic to v18 * chore: fix format/lint and change prettier range * chore(deps): bump vitest-websocket-mock to v0.7 * chore(deps): bump cloudflare to v7 * chore(deps): bump meilisearch to v0.59 * chore(deps): bump commander to v15 * chore(deps): bump sharp to v0.35 * chore(deps): bump undici to v8 * chore: lockfile * fixup! chore(deps): update github-actions * fix(rest): requested changes * chore: minor/patch * chore(deps): bump meilisearch to v0.60 * chore(deps): bump vercel to v57 * fixup! fixup! chore(deps): update github-actions * chore: revert prettier upgrade * chore: minor/patch * chore(deps): bump vercel to v58 * chore(deps): regen lockfile * chore(deps): undici 8.10.1 and pnpm 11.25 * chore(deps): minor/patch * fix: lockfile * chore: more
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"name": "@discordjs/api-extractor",
|
|
"version": "7.58.7",
|
|
"description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
|
|
"private": true,
|
|
"keywords": [
|
|
"typescript",
|
|
"API",
|
|
"JSDoc",
|
|
"AEDoc",
|
|
"TSDoc",
|
|
"generate",
|
|
"documentation",
|
|
"declaration",
|
|
"dts",
|
|
".d.ts",
|
|
"rollup",
|
|
"bundle",
|
|
"compiler",
|
|
"alpha",
|
|
"beta"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/discordjs/discord.js.git",
|
|
"directory": "packages/api-extractor"
|
|
},
|
|
"homepage": "https://discord.js.org",
|
|
"funding": "https://github.com/discordjs/discord.js?sponsor",
|
|
"bin": {
|
|
"api-extractor": "./bin/api-extractor"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && tsup && pnpm run copy-files",
|
|
"copy-files": "cpy \"src/schemas/*.json\" \"dist/schemas\" && cpy \"extends/*.json\" \"dist/extends\"",
|
|
"lint": "prettier --check . && cross-env TIMING=1 eslint --format=pretty src",
|
|
"format": "prettier --write . && cross-env TIMING=1 eslint --fix --format=pretty src"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"require": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/api-extractor-model": "workspace:^",
|
|
"@microsoft/tsdoc": "~0.16.0",
|
|
"@microsoft/tsdoc-config": "~0.18.1",
|
|
"@rushstack/node-core-library": "5.23.1",
|
|
"@rushstack/ts-command-line": "5.3.9",
|
|
"colors": "~1.4.0",
|
|
"diff": "~8.0.4",
|
|
"resolve": "~1.22.12",
|
|
"semver": "~7.7.4",
|
|
"source-map": "~0.6.1",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.3",
|
|
"@types/resolve": "^1.20.6",
|
|
"@types/semver": "^7.8.0",
|
|
"cpy-cli": "^7.0.0",
|
|
"cross-env": "^10.1.0",
|
|
"eslint": "^9.39.5",
|
|
"eslint-config-neon": "^0.2.9",
|
|
"eslint-formatter-compact": "^9.0.1",
|
|
"eslint-formatter-pretty": "^7.1.0",
|
|
"prettier": "~3.8.1",
|
|
"terser": "^5.51.2",
|
|
"tsup": "^8.5.1",
|
|
"turbo": "^2.10.12"
|
|
}
|
|
}
|