{
	"name": "@sapphire/ratelimits",
	"version": "2.4.4",
	"description": "Bucket implementation for Ratelimits.",
	"author": "@sapphire",
	"license": "MIT",
	"main": "dist/index.js",
	"module": "dist/index.mjs",
	"browser": "dist/index.global.js",
	"unpkg": "dist/index.global.js",
	"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/ratelimits",
	"scripts": {
		"test": "jest",
		"lint": "eslint src tests --ext ts --fix -c ../../.eslintrc",
		"build": "tsup && tsc -b src",
		"prepublishOnly": "yarn build"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sapphiredev/utilities.git",
		"directory": "packages/ratelimits"
	},
	"files": [
		"dist",
		"!dist/*.tsbuildinfo"
	],
	"engines": {
		"node": ">=v14.0.0",
		"npm": ">=7.0.0"
	},
	"keywords": [
		"@sapphire/ratelimits",
		"bot",
		"typescript",
		"ts",
		"yarn",
		"discord",
		"sapphire",
		"standalone"
	],
	"bugs": {
		"url": "https://github.com/sapphiredev/utilities/issues"
	},
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@sapphire/time-utilities": "^1.7.4"
	},
	"gitHead": "bf5ac56e547bfdbfac38e020882004e0f136546e"
}
