{ "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", "lint:fix": "turbo run lint:fix", "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 --latest" }, "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": "^16.0.1", "@commitlint/config-angular": "^16.0.0", "@favware/npm-deprecate": "^1.0.4", "conventional-changelog-cli": "^2.2.2", "husky": "^7.0.4", "lint-staged": "^12.1.4", "prettier": "^2.5.1", "turbo": "^1.0.24-canary.2" }, "engines": { "node": ">=16.6.0" }, "workspaces": [ "packages/*" ], "turbo": { "baseBranch": "origin/main", "pipeline": { "build": { "dependsOn": [ "^build" ], "outputs": [ "dist/**", "docs/docs.json" ] }, "test": { "dependsOn": [ "^build" ], "outputs": [] }, "lint": { "dependsOn": [ "^build" ], "outputs": [] }, "lint:fix": { "dependsOn": [ "^build" ], "outputs": [] }, "format": { "outputs": [] }, "docs": { "outputs": [ "docs/docs.json" ] }, "changelog": { "dependsOn": [ "^build" ], "outputs": [ "CHANGELOG.md" ] } } } }