{
	"name": "@sodacore/discord",
	"description": "Sodacore Discord is a plugin that offers Discord SSO/OAuth2 support and the ability to create bots in a similar controller pattern.",
	"version": "0.3.12",
	"license": "Apache-2.0",
	"homepage": "https://sodacore.dev",
	"module": "false",
	"type": "module",
	"main": "dist/index.js",
	"private": false,
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"bun",
		"@bun",
		"sodacore",
		"soda",
		"framework",
		"decorator",
		"typescript",
		"engine",
		"discord",
		"discord.js",
		"discord-bot",
		"bot",
		"bots"
	],
	"files": [
		"dist"
	],
	"author": {
		"name": "Sodacore Team",
		"email": "sodacoredev@gmail.com",
		"url": "https://sodacore.dev"
	},
	"bugs": {
		"url": "https://github.com/sodacore/core/issues",
		"email": "sodacoredev@gmail.com"
	},
	"engines": {
		"bun": ">=1.0.30"
	},
	"scripts": {
		"build": "tsc",
		"build:watch": "tsc --watch"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sodacore/core.git",
		"directory": "packages/ws"
	},
	"devDependencies": {
		"@types/bun": "latest"
	},
	"peerDependencies": {
		"typescript": "^5.3.3"
	},
	"dependencies": {
		"@sodacore/core": "^0.3.12",
		"@sodacore/di": "^0.3.12",
		"@sodacore/http": "^0.3.12",
		"@sodacore/registry": "^0.3.12",
		"discord.js": "^15.0.0-dev.1741392619-ab6a69401",
		"reflect-metadata": "^0.2.1",
		"uuid": "^11.0.2"
	}
}
