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
84 lines
2.8 KiB
JSON
84 lines
2.8 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@discordjs/discord.js",
|
|
"version": "0.0.0",
|
|
"description": "A powerful library for interacting with the Discord API",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build --concurrency=4",
|
|
"build:affected": "turbo run build --filter=...[origin/main] --concurrency=4",
|
|
"build:apps": "turbo run build:local --filter=...{apps/*} --concurrency=4",
|
|
"build:apps:affected": "turbo run build:local --filter=...{apps/*}[origin/main] --concurrency=4",
|
|
"test": "turbo run test --concurrency=4",
|
|
"test:affected": "turbo run test --filter=...[origin/main] --concurrency=4",
|
|
"lint": "turbo run lint --concurrency=4",
|
|
"lint:affected": "turbo run lint --filter=...[origin/main] --concurrency=4",
|
|
"format": "turbo run format --concurrency=4",
|
|
"format:affected": "turbo run format --filter=...[origin/main] --concurrency=4",
|
|
"fmt": "turbo run format --concurrency=4",
|
|
"fmt:affected": "turbo run format --filter=...[origin/main] --concurrency=4",
|
|
"docs": "turbo run docs --concurrency=4",
|
|
"docs:affected": "turbo run docs --filter=...[origin/main] --concurrency=4",
|
|
"prepare": "is-ci || husky",
|
|
"update": "pnpm --recursive update --interactive",
|
|
"update:latest": "pnpm --recursive update --interactive --latest",
|
|
"create-package": "turbo gen create-package --args",
|
|
"release": "bun ./packages/actions/src/releasePackages/index.ts"
|
|
},
|
|
"type": "module",
|
|
"contributors": [
|
|
"Crawl <icrawltogo@gmail.com>",
|
|
"Amish Shah <amishshah.2k@gmail.com>",
|
|
"Vlad Frangu <me@vladfrangu.dev>",
|
|
"SpaceEEC <spaceeec@yahoo.com>",
|
|
"Aura Román <kyradiscord@gmail.com>"
|
|
],
|
|
"keywords": [
|
|
"discord",
|
|
"api",
|
|
"bot",
|
|
"client",
|
|
"node",
|
|
"discordapp"
|
|
],
|
|
"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",
|
|
"funding": "https://github.com/discordjs/discord.js?sponsor",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^21.2.2",
|
|
"@commitlint/config-angular": "^21.2.2",
|
|
"@favware/cliff-jumper": "^6.1.0",
|
|
"@favware/npm-deprecate": "^2.0.0",
|
|
"@types/lodash.merge": "^4.6.9",
|
|
"@unocss/eslint-plugin": "^66.9.2",
|
|
"@vitest/coverage-v8": "^4.1.11",
|
|
"conventional-changelog-cli": "^5.0.0",
|
|
"eslint": "^9.39.5",
|
|
"eslint-config-neon": "^0.3.2",
|
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
"husky": "^9.1.7",
|
|
"is-ci": "^4.1.0",
|
|
"lint-staged": "^17.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"prettier": "~3.8.1",
|
|
"tsup": "^8.5.1",
|
|
"turbo": "^2.10.12",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.69.0",
|
|
"unocss": "^66.9.2",
|
|
"vercel": "^59.11.2",
|
|
"vitest": "^4.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.17.0"
|
|
},
|
|
"packageManager": "pnpm@11.25.0"
|
|
}
|