Spaces:
Runtime error
Runtime error
{ | |
"$schema": "https://json.schemastore.org/package.json", | |
"name": "discord.js", | |
"version": "14.14.1", | |
"description": "A powerful library for interacting with the Discord API", | |
"main": "./src/index.js", | |
"types": "./typings/index.d.ts", | |
"directories": { | |
"lib": "src", | |
"test": "test" | |
}, | |
"files": [ | |
"src", | |
"typings" | |
], | |
"contributors": [ | |
"Crawl <[email protected]>", | |
"Amish Shah <[email protected]>", | |
"Vlad Frangu <[email protected]>", | |
"SpaceEEC <[email protected]>", | |
"Aura Román <[email protected]>" | |
], | |
"license": "Apache-2.0", | |
"keywords": [ | |
"discord", | |
"api", | |
"bot", | |
"client", | |
"node", | |
"discordapp" | |
], | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/discordjs/discord.js.git", | |
"directory": "packages/discord.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/discordjs/discord.js/issues" | |
}, | |
"homepage": "https://discord.js.org", | |
"dependencies": { | |
"@discordjs/collection": "1.5.3", | |
"@sapphire/snowflake": "3.5.1", | |
"@types/ws": "8.5.9", | |
"discord-api-types": "0.37.61", | |
"fast-deep-equal": "3.1.3", | |
"lodash.snakecase": "4.1.1", | |
"tslib": "2.6.2", | |
"undici": "5.27.2", | |
"ws": "8.14.2", | |
"@discordjs/builders": "^1.7.0", | |
"@discordjs/formatters": "^0.3.3", | |
"@discordjs/util": "^1.0.2", | |
"@discordjs/rest": "^2.1.0", | |
"@discordjs/ws": "^1.0.2" | |
}, | |
"devDependencies": { | |
"@favware/cliff-jumper": "2.2.1", | |
"@types/node": "16.18.60", | |
"@typescript-eslint/eslint-plugin": "^6.10.0", | |
"@typescript-eslint/parser": "^6.10.0", | |
"cross-env": "^7.0.3", | |
"dtslint": "4.2.1", | |
"eslint": "8.53.0", | |
"eslint-formatter-pretty": "5.0.0", | |
"jest": "29.7.0", | |
"prettier": "3.0.3", | |
"tsd": "0.29.0", | |
"tslint": "6.1.3", | |
"turbo": "^1.10.17-canary.0", | |
"typescript": "5.2.2", | |
"@discordjs/api-extractor": "^7.38.1", | |
"@discordjs/docgen": "^0.12.1" | |
}, | |
"engines": { | |
"node": ">=16.11.0" | |
}, | |
"scripts": { | |
"test": "pnpm run docs:test && pnpm run test:typescript", | |
"test:typescript": "tsc --noEmit && tsd", | |
"lint": "prettier --check . && tslint typings/index.d.ts && cross-env ESLINT_USE_FLAT_CONFIG=false eslint --format=pretty src typings", | |
"format": "prettier --write . && cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix --format=pretty src", | |
"fmt": "pnpm run format", | |
"docs": "docgen -i './src/*.js' './src/**/*.js' -c ./docs/index.json -r ../../ -o ./docs/docs.json && pnpm run docs:new", | |
"docs:test": "docgen -i './src/*.js' './src/**/*.js' -c ./docs/index.json -r ../../", | |
"docs:new": "api-extractor -d run --local", | |
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'", | |
"release": "cliff-jumper" | |
} | |
} |