discord.js/package.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2016-08-14 01:44:49 +12:00
{
2022-01-08 05:18:25 +13:00
"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 --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",
2022-07-18 22:52:15 +12:00
"fmt": "yarn format",
2022-01-08 05:18:25 +13:00
"postinstall": "is-ci || husky install",
"docs": "yarn workspaces foreach --parallel --topological run docs",
2022-02-05 09:47:25 +13:00
"update": "yarn upgrade-interactive"
2022-01-08 05:18:25 +13:00
},
"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": {
2022-07-06 20:43:06 +12:00
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@favware/cliff-jumper": "^1.8.5",
2022-01-08 05:18:25 +13:00
"@favware/npm-deprecate": "^1.0.4",
2022-07-18 05:20:40 +12:00
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
2022-01-08 05:18:25 +13:00
"conventional-changelog-cli": "^2.2.2",
2022-07-18 05:20:40 +12:00
"eslint": "^8.20.0",
"eslint-config-marine": "^9.4.1",
"eslint-config-prettier": "^8.5.0",
2022-07-18 05:20:40 +12:00
"eslint-import-resolver-typescript": "^3.2.7",
"eslint-plugin-import": "^2.26.0",
2022-06-04 22:58:09 +12:00
"husky": "^8.0.1",
"is-ci": "^3.0.1",
2022-06-19 23:19:24 +12:00
"prettier": "^2.7.1",
2022-07-06 20:43:06 +12:00
"typescript": "^4.7.4"
2022-01-08 05:18:25 +13:00
},
"engines": {
2022-01-08 09:03:00 +13:00
"node": ">=16.9.0"
2022-01-08 05:18:25 +13:00
},
"workspaces": [
"packages/*"
],
2022-06-04 23:13:52 +12:00
"packageManager": "yarn@3.2.1"
2016-08-14 01:44:49 +12:00
}