{ "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", "build:affected": "turbo run build --filter='...[origin/main]'", "build:apps": "turbo run build:local --filter='...{apps/*}'", "build:apps:affected": "turbo run build:local --filter='...{apps/*}[origin/main]'", "test": "turbo run test --parallel", "test:affected": "turbo run test --filter='...[origin/main]' --parallel", "lint": "turbo run lint --parallel", "lint:affected": "turbo run lint --filter='...[origin/main]' --parallel", "format": "turbo run format --parallel", "format:affected": "turbo run format --filter='...[origin/main]' --parallel", "fmt": "turbo run format --parallel", "fmt:affected": "turbo run format --filter='...[origin/main]' --parallel", "docs": "turbo run docs --parallel", "docs:affected": "turbo run docs --filter='...[origin/main]' --parallel", "postinstall": "is-ci || husky install", "update": "yarn upgrade-interactive", "create-package": "node packages/scripts/src/packageScript.mjs" }, "contributors": [ "Crawl ", "Amish Shah ", "Vlad Frangu ", "SpaceEEC ", "Aura Román " ], "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", "devDependencies": { "@commitlint/cli": "^17.6.3", "@commitlint/config-angular": "^17.6.3", "@favware/cliff-jumper": "^2.0.0", "@favware/npm-deprecate": "^1.0.7", "conventional-changelog-cli": "^2.2.2", "husky": "^8.0.3", "is-ci": "^3.0.1", "lint-staged": "^13.2.2", "tsup": "^6.7.0", "turbo": "^1.9.8", "typescript": "^5.0.4", "unocss": "^0.52.3", "vercel": "^29.4.0", "vitest": "^0.31.1" }, "resolutions": { "@microsoft/tsdoc-config@~0.16.1": "patch:@microsoft/tsdoc-config@npm%3A0.16.2#./.yarn/patches/@microsoft-tsdoc-config-npm-0.16.2-30fd115d09.patch", "@microsoft/tsdoc-config@0.16.2": "patch:@microsoft/tsdoc-config@npm%3A0.16.2#./.yarn/patches/@microsoft-tsdoc-config-npm-0.16.2-30fd115d09.patch", "yaml@2.2.2": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch", "yaml@^2.2.2": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch", "yaml@^1.10.2": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch", "yaml@^1.10.0": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch", "yaml@^2.1.1": "patch:yaml@npm%3A2.2.2#./.yarn/patches/yaml-npm-2.2.2-6e3cddb343.patch", "tsup@^6.7.0": "patch:tsup@npm%3A6.7.0#./.yarn/patches/tsup-npm-6.7.0-5093540b93.patch" }, "engines": { "node": ">=16.9.0" }, "workspaces": [ "apps/*", "packages/*" ], "packageManager": "yarn@3.5.1" }