mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* chore: update deps & search indice action refactor - Updated pnpm, dependencies and regenerated the lockfile - Removed immer and some eslint plugins that weren't being used - Updated the version of `@types/node` to v24 on internal packages as that's the version that is being used on github actions - Refactored the uploadSearchIndices action slightly and upgraded the meilisearch dependency * chore: remove more deps
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": "^20.2.0",
|
|
"@commitlint/config-angular": "^20.2.0",
|
|
"@favware/cliff-jumper": "^6.0.0",
|
|
"@favware/npm-deprecate": "^2.0.0",
|
|
"@types/lodash.merge": "^4.6.9",
|
|
"@unocss/eslint-plugin": "^66.5.10",
|
|
"@vitest/coverage-v8": "^4.0.15",
|
|
"conventional-changelog-cli": "^5.0.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-neon": "^0.2.9",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
"husky": "^9.1.7",
|
|
"is-ci": "^4.1.0",
|
|
"lint-staged": "^16.2.7",
|
|
"lodash.merge": "^4.6.2",
|
|
"prettier": "^3.7.4",
|
|
"tsup": "^8.5.1",
|
|
"turbo": "^2.6.3",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.49.0",
|
|
"unocss": "^66.5.10",
|
|
"vercel": "^49.1.2",
|
|
"vitest": "^4.0.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"packageManager": "pnpm@10.25.0"
|
|
}
|