{
	"name": "@notenoughupdates/discord-akairo",
	"version": "10.0.2",
	"description": "A highly customizable bot framework for Discord.js.",
	"main": "./dist/src/index.js",
	"types": "./dist/src/index.d.ts",
	"author": "1Computer",
	"contributors": [
		"IRONM00N"
	],
	"engines": {
		"node": ">=16.0.0"
	},
	"type": "commonjs",
	"license": "MIT",
	"keywords": [
		"discord",
		"discord-js",
		"discord.js",
		"framework",
		"bot",
		"client",
		"modular",
		"commands",
		"arguments"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/TanzaniteBot/discord-akairo"
	},
	"bugs": {
		"url": "https://github.com/TanzaniteBot/discord-akairo/issues"
	},
	"homepage": "https://github.com/TanzaniteBot/discord-akairo/wiki",
	"scripts": {
		"lint": "yarn eslint ./src",
		"test": "yarn build && node --enable-source-maps ./dist/tests/integration/bot.mjs",
		"test:run": "yarn test start",
		"test:unit": "yarn vitest run",
		"test:all": "yarn lint && yarn test && yarn test:unit",
		"format": "yarn prettier . --write",
		"build": "yarn tsc --build",
		"build:no-emit": "yarn tsc --noEmit",
		"build:clean": "yarn rimraf dist && yarn build",
		"prepare": "yarn build:clean",
		"prepublishOnly": "yarn test:all && yarn build:no-emit"
	},
	"dependencies": {
		"zod": "^3.21.4"
	},
	"devDependencies": {
		"@favware/npm-deprecate": "^1.0.7",
		"@types/node": "^18.15.11",
		"@typescript-eslint/eslint-plugin": "^5.57.1",
		"@typescript-eslint/parser": "^5.57.1",
		"cp-cli": "^2.0.0",
		"discord.js": "^14.9.0",
		"eslint": "^8.37.0",
		"eslint-config-prettier": "^8.8.0",
		"eslint-plugin-deprecation": "^1.4.0",
		"eslint-plugin-import": "^2.27.5",
		"node-fetch": "^3.3.1",
		"prettier": "^2.8.7",
		"rimraf": "^4.4.1",
		"ts-essentials": "^9.3.1",
		"typedoc": "^0.23.28",
		"typescript": "^5.0.3",
		"vitest": "^0.29.8"
	},
	"resolutions": {
		"@sapphire/shapeshift": "^3.7.0",
		"discord.js": "npm:@notenoughupdates/discord.js@dev"
	},
	"packageManager": "yarn@3.2.2"
}
