{
	"name": "@sapphire/discord.js-utilities",
	"version": "4.9.4",
	"description": "Discord.js specific utilities for your JavaScript/TypeScript bots",
	"author": "@sapphire",
	"license": "MIT",
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"typedocMain": "src/index.ts",
	"exports": {
		"import": "./dist/index.mjs",
		"require": "./dist/index.js",
		"types": "./dist/index.d.ts"
	},
	"sideEffects": false,
	"homepage": "https://github.com/sapphiredev/utilities/tree/main/packages/discord.js-utilities",
	"scripts": {
		"lint": "eslint src --ext ts --fix -c ../../.eslintrc",
		"build": "tsup && tsc -b src",
		"prepublishOnly": "rollup-type-bundler -e @sapphire/discord-utilities @sapphire/time-utilities @sapphire/utilities discord.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sapphiredev/utilities.git",
		"directory": "packages/discord.js-utilities"
	},
	"files": [
		"dist",
		"!dist/*.tsbuildinfo"
	],
	"engines": {
		"node": ">=16.6.0",
		"npm": ">=7.0.0"
	},
	"keywords": [
		"@sapphire/discord.js-utilities",
		"bot",
		"typescript",
		"ts",
		"yarn",
		"discord",
		"sapphire",
		"standalone",
		"discord.js"
	],
	"bugs": {
		"url": "https://github.com/sapphiredev/utilities/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@sapphire/discord-utilities": "^2.10.3",
		"@sapphire/time-utilities": "^1.7.4",
		"@sapphire/utilities": "^3.6.2",
		"tslib": "^2.3.1"
	},
	"gitHead": "bf5ac56e547bfdbfac38e020882004e0f136546e"
}
