mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"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 --parallel",
|
|
"lint": "turbo run lint --parallel",
|
|
"format": "turbo run format --parallel",
|
|
"fmt": "turbo run format --parallel",
|
|
"postinstall": "is-ci || husky install",
|
|
"docs": "turbo run docs --parallel",
|
|
"update": "yarn upgrade-interactive",
|
|
"create-package": "node packages/scripts/src/packageScript.mjs"
|
|
},
|
|
"contributors": [
|
|
"Crawl <icrawltogo@gmail.com>",
|
|
"Amish Shah <amishshah.2k@gmail.com>",
|
|
"Vlad Frangu <kingdgrizzle@gmail.com>",
|
|
"SpaceEEC <spaceeec@yahoo.com>",
|
|
"Aura Román <kyradiscord@gmail.com>"
|
|
],
|
|
"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.3.0",
|
|
"@commitlint/config-angular": "^17.3.0",
|
|
"@favware/cliff-jumper": "^1.9.0",
|
|
"@favware/npm-deprecate": "^1.0.5",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"husky": "^8.0.2",
|
|
"is-ci": "^3.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"tsup": "^6.5.0",
|
|
"turbo": "^1.6.3",
|
|
"typescript": "^4.9.3",
|
|
"unocss": "^0.46.5",
|
|
"vitest": "^0.25.2"
|
|
},
|
|
"resolutions": {
|
|
"@microsoft/tsdoc-config": "patch:@microsoft/tsdoc-config@npm:0.16.1#.yarn/patches/@microsoft-tsdoc-config-npm-0.16.1-81031b1bbf.patch"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.9.0"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"packageManager": "yarn@3.2.4"
|
|
}
|