{
	"name": "@ayanaware/bentocord",
	"version": "1.0.0-beta.62",
	"description": "Bentocord is a Bento plugin designed to rapidly build fully functional Discord Bots.",
	"main": "build/index.js",
	"module": "build/index.mjs",
	"types": "build/index.d.ts",
	"exports": {
		"require": "./build/index.js",
		"import": "./build/index.mjs"
	},
	"repository": "https://gitlab.com/ayanaware/bentocord",
	"author": "HcgRandon <me@randon.moe>",
	"scripts": {
		"build": "rm -rf ./build && tsc && gen-esm-wrapper ./build/index.js ./build/index.mjs",
		"prepare": "rm -rf ./build && tsc && gen-esm-wrapper ./build/index.js ./build/index.mjs",
		"lint": "eslint --ext \".ts\" --ignore-path .gitignore lib/",
		"lint:fix": "eslint --ext \".ts\" --fix --ignore-path .gitignore lib/"
	},
	"dependencies": {
		"@ayanaware/logger-api": "^2.1.0",
		"reflect-metadata": "^0.1.13"
	},
	"peerDependencies": {
		"@ayanaware/bento": "^1.0.0-rc.29",
		"eris": "^0.17.0"
	},
	"devDependencies": {
		"@ayanaware/bento": "^1.0.0-rc.29",
		"@ayanaware/eslint-plugin": "^1.0.7",
		"@ayanaware/logger": "^2.3.1",
		"@types/node": "^18.0.0",
		"@types/ws": "^8.5.3",
		"eris": "^0.17.2",
		"eslint": "^8.18.0",
		"gen-esm-wrapper": "^1.1.3",
		"typescript": "^4.7.4"
	},
	"bugs": {
		"url": "https://gitlab.com/ayanaware/bentocord/issues"
	},
	"keywords": [
		"bentocord",
		"bento",
		"discord",
		"bot",
		"ayana",
		"framework",
		"plugin",
		"backend"
	],
	"license": "MIT"
}
