{ "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", "test": "turbo run test", "lint": "turbo run lint", "format": "turbo run format", "fmt": "turbo run format", "postinstall": "is-ci || husky install", "docs": "turbo run docs", "changelog": "turbo run changelog", "update": "yarn upgrade-interactive" }, "contributors": [ "Crawl ", "Amish Shah ", "Vlad Frangu ", "SpaceEEC ", "Antonio Roman " ], "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.0.2", "@commitlint/config-angular": "^17.0.0", "@favware/npm-deprecate": "^1.0.4", "conventional-changelog-cli": "^2.2.2", "husky": "^8.0.1", "prettier": "^2.6.2", "turbo": "^1.2.16" }, "engines": { "node": ">=16.9.0" }, "workspaces": [ "packages/*" ], "packageManager": "yarn@3.2.1" }