mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "@discordjs/discord.js",
|
|
"version": "0.0.0",
|
|
"description": "A powerful library for interacting with the Discord API",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "yarn workspaces foreach --exclude @discordjs/website --parallel --topological run build",
|
|
"test": "yarn workspaces foreach --parallel --topological run test",
|
|
"lint": "yarn workspaces foreach --parallel --topological run lint",
|
|
"format": "yarn workspaces foreach --parallel --topological run format",
|
|
"fmt": "yarn format",
|
|
"postinstall": "is-ci || husky install",
|
|
"docs": "yarn workspaces foreach --parallel --topological run docs",
|
|
"update": "yarn upgrade-interactive"
|
|
},
|
|
"contributors": [
|
|
"Crawl <icrawltogo@gmail.com>",
|
|
"Amish Shah <amishshah.2k@gmail.com>",
|
|
"Vlad Frangu <kingdgrizzle@gmail.com>",
|
|
"SpaceEEC <spaceeec@yahoo.com>",
|
|
"Antonio Roman <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.0.3",
|
|
"@commitlint/config-angular": "^17.0.3",
|
|
"@favware/cliff-jumper": "^1.8.6",
|
|
"@favware/npm-deprecate": "^1.0.5",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"fast-glob": "^3.2.11",
|
|
"husky": "^8.0.1",
|
|
"is-ci": "^3.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"resolutions": {
|
|
"rollup-plugin-typescript2@0.32.1": "patch:rollup-plugin-typescript2@npm:0.32.1#.yarn/patches/rollup-plugin-typescript2-npm-0.32.1-b5887420f2.patch",
|
|
"@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": [
|
|
"packages/*"
|
|
],
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|