{ "name": "discord.js", "version": "13.7.0", "description": "A powerful library for interacting with the Discord API", "scripts": { "test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript", "test:typescript": "tsc --noEmit && tsd", "lint": "eslint src", "lint:fix": "eslint src --fix", "lint:typings": "tslint typings/index.d.ts", "format": "prettier --write src/**/*.js typings/**/*.ts", "prepare": "is-ci || husky install", "docs": "docgen --source src --custom docs/index.yml --output docs/docs.json", "docs:test": "docgen --source src --custom docs/index.yml", "prepublishOnly": "npm run test", "changelog": "git cliff --prepend CHANGELOG.md -u" }, "main": "./src/index.js", "types": "./typings/index.d.ts", "files": [ "src", "typings" ], "directories": { "lib": "src", "test": "test" }, "contributors": [ "Crawl ", "Amish Shah ", "Vlad Frangu ", "SpaceEEC ", "Antonio Roman " ], "license": "Apache-2.0", "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", "dependencies": { "@discordjs/builders": "^0.13.0", "@discordjs/collection": "^0.6.0", "@sapphire/async-queue": "^1.3.1", "@types/node-fetch": "^2.6.1", "@types/ws": "^8.5.3", "discord-api-types": "^0.30.0", "form-data": "^4.0.0", "node-fetch": "^2.6.1", "ws": "^8.6.0" }, "devDependencies": { "@commitlint/cli": "^16.2.4", "@commitlint/config-angular": "^16.2.4", "@discordjs/docgen": "^0.11.1", "@favware/npm-deprecate": "^1.0.4", "@types/node": "^16.11.12", "conventional-changelog-cli": "^2.2.2", "dtslint": "^4.2.1", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^8.0.1", "is-ci": "^3.0.1", "jest": "^28.1.0", "lint-staged": "^12.4.1", "prettier": "^2.6.2", "tsd": "^0.20.0", "tslint": "^6.1.3", "typescript": "^4.6.4" }, "engines": { "node": ">=16.6.0", "npm": ">=7.0.0" } }