EcoBot/node_modules/discord.js/package.json

115 lines
3.2 KiB
JSON

{
"_from": "discord.js",
"_id": "discord.js@13.2.0",
"_inBundle": false,
"_integrity": "sha512-nyxUvL8wuQG38zx13wUMkpcA8koFszyiXdkSLwwM9opKW2LC2H5gD0cTZxImeJ6GtEnKPWT8xBiE8lLBmbNIhw==",
"_location": "/discord.js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "discord.js",
"name": "discord.js",
"escapedName": "discord.js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/discord.js/-/discord.js-13.2.0.tgz",
"_shasum": "db2e7f643bbc661d1c63b3ebad0ccc6572c0065b",
"_spec": "discord.js",
"_where": "/home/runner/Discord-Bot-Example",
"author": {
"name": "Amish Shah",
"email": "amish@shah.gg"
},
"bugs": {
"url": "https://github.com/discordjs/discord.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/collection": "^0.2.1",
"@discordjs/form-data": "^3.0.1",
"@sapphire/async-queue": "^1.1.5",
"@types/ws": "^8.2.0",
"discord-api-types": "^0.23.1",
"node-fetch": "^2.6.1",
"ws": "^8.2.3"
},
"deprecated": false,
"description": "A powerful library for interacting with the Discord API",
"devDependencies": {
"@commitlint/cli": "^13.2.0",
"@commitlint/config-angular": "^13.2.0",
"@discordjs/docgen": "^0.10.0",
"@favware/npm-deprecate": "^1.0.4",
"@types/node": "^16.10.2",
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"dtslint": "^4.1.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"gen-esm-wrapper": "^1.1.3",
"husky": "^7.0.2",
"is-ci": "^3.0.0",
"jest": "^27.2.4",
"lint-staged": "^11.2.0",
"prettier": "^2.4.1",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
},
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
},
"exports": {
"./*": "./*",
".": {
"require": "./src/index.js",
"import": "./src/index.mjs"
}
},
"files": [
"src",
"typings"
],
"homepage": "https://discord.js.org",
"keywords": [
"discord",
"api",
"bot",
"client",
"node",
"discordapp"
],
"license": "Apache-2.0",
"main": "./src/index.js",
"module": "./src/index.mjs",
"name": "discord.js",
"repository": {
"type": "git",
"url": "git+https://github.com/discordjs/discord.js.git"
},
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:typings": "tslint typings/index.d.ts",
"prepare": "is-ci || husky install",
"prepublishOnly": "npm run test && gen-esm-wrapper ./src/index.js ./src/index.mjs",
"prettier": "prettier --write src/**/*.js typings/**/*.ts",
"test": "npm run lint && npm run docs:test && npm run lint:typings",
"test:typescript": "tsc"
},
"types": "./typings/index.d.ts",
"version": "13.2.0"
}