discord.js/package.json

57 lines
1.3 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": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"format": "turbo run format",
"fmt": "turbo run format",
"postinstall": "is-ci || husky install",
"docs": "turbo run docs",
"changelog": "turbo run changelog",
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-06-04 22:58:09 +12:00
"@commitlint/cli": "^17.0.2",
"@commitlint/config-angular": "^17.0.0",
2022-01-08 05:18:25 +13:00
"@favware/npm-deprecate": "^1.0.4",
"conventional-changelog-cli": "^2.2.2",
2022-06-04 22:58:09 +12:00
"husky": "^8.0.1",
2022-04-17 21:27:36 +12:00
"prettier": "^2.6.2",
2022-06-04 22:58:09 +12:00
"turbo": "^1.2.16"
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
}