{
	"name": "@sapphire/framework",
	"version": "3.0.0-next.0ea9553.0",
	"description": "Discord bot framework built on top of @sapphire/lib for advanced and amazing bots.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		"import": "./dist/index.mjs",
		"require": "./dist/index.js",
		"types": "./dist/index.d.ts"
	},
	"author": "@sapphire",
	"license": "MIT",
	"scripts": {
		"lint": "eslint src tests scripts --ext mjs,ts --fix",
		"format": "prettier --write {src,tests,scripts}/**/*.ts",
		"docs": "typedoc",
		"test": "jest",
		"test:watch": "jest --watch",
		"update": "yarn up \"*\" -i",
		"clean": "node scripts/clean-dist.mjs",
		"build": "tsc -b src && rollup -c scripts/rollup.bundle.ts && gen-esm-wrapper dist/index.js dist/index.mjs",
		"watch": "tsc -b src -w",
		"sversion": "standard-version",
		"commit": "git-cz",
		"cz": "git-cz",
		"prepublishOnly": "rollup-type-bundler -v -e url events",
		"prepare": "husky install .github/husky"
	},
	"dependencies": {
		"@sapphire/discord-utilities": "^2.10.2",
		"@sapphire/discord.js-utilities": "^4.9.3",
		"@sapphire/pieces": "^3.3.0",
		"@sapphire/ratelimits": "^2.4.3",
		"@sapphire/result": "^1.1.0",
		"@sapphire/stopwatch": "^1.4.0",
		"@sapphire/utilities": "^3.6.1",
		"lexure": "^0.17.0",
		"tslib": "^2.3.1"
	},
	"devDependencies": {
		"@commitlint/cli": "^16.2.3",
		"@commitlint/config-conventional": "^16.2.1",
		"@favware/npm-deprecate": "^1.0.4",
		"@favware/rollup-type-bundler": "^1.0.7",
		"@sapphire/eslint-config": "^4.3.2",
		"@sapphire/prettier-config": "^1.4.1",
		"@sapphire/ts-config": "^3.3.3",
		"@types/jest": "^27.4.1",
		"@types/node": "^17.0.21",
		"@types/ws": "^8.5.3",
		"@typescript-eslint/eslint-plugin": "^5.16.0",
		"@typescript-eslint/parser": "^5.16.0",
		"cz-conventional-changelog": "^3.3.0",
		"discord.js": "^13.6.0",
		"eslint": "^8.12.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-plugin-prettier": "^4.0.0",
		"gen-esm-wrapper": "^1.1.3",
		"husky": "^7.0.4",
		"jest": "^27.5.1",
		"jest-circus": "^27.5.1",
		"lint-staged": "^12.3.7",
		"prettier": "^2.6.1",
		"pretty-quick": "^3.1.3",
		"rollup": "^2.70.1",
		"rollup-plugin-version-injector": "^1.3.3",
		"standard-version": "^9.3.2",
		"ts-jest": "^27.1.4",
		"ts-node": "^10.7.0",
		"typedoc": "^0.22.13",
		"typedoc-plugin-djs-links": "^1.0.4",
		"typedoc-plugin-mdn-links": "^1.0.5",
		"typescript": "^4.6.3"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sapphiredev/framework.git"
	},
	"files": [
		"dist",
		"!dist/*.tsbuildinfo"
	],
	"engines": {
		"node": ">=16.6.0",
		"npm": ">=7.0.0"
	},
	"keywords": [
		"bot",
		"typescript",
		"ts",
		"yarn",
		"discord",
		"sapphire",
		"standalone"
	],
	"bugs": {
		"url": "https://github.com/sapphiredev/framework/issues"
	},
	"homepage": "https://www.sapphirejs.dev",
	"commitlint": {
		"extends": [
			"@commitlint/config-conventional"
		]
	},
	"lint-staged": {
		"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
	},
	"config": {
		"commitizen": {
			"path": "./node_modules/cz-conventional-changelog"
		}
	},
	"publishConfig": {
		"access": "public"
	},
	"resolutions": {
		"ansi-regex": "^5.0.1",
		"jest-environment-jsdom": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.3.tgz",
		"jest-jasmine2": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.3.tgz"
	},
	"prettier": "@sapphire/prettier-config",
	"packageManager": "yarn@3.2.0"
}
