{
	"name": "@aero/chatwatch",
	"version": "1.5.22",
	"description": "Official Node.js Wrapper for ChatWatch.",
	"main": "src/index.js",
	"repository": {
		"type": "git",
		"url": "git+https://git.farfrom.earth/aero/forks/chatwatch.js.git"
	},
	"author": "Ravy <ravy@aero.bot> (https://ravy.xyz)",
	"license": "BSD-3-Clause",
	"type": "commonjs",
	"dependencies": {
		"@aero/centra": "^1.0.3",
		"ws": "^7.1.2"
	},
	"optionalDependencies": {
		"bufferutil": "^4.0.1"
	},
	"devDependencies": {
		"@aero/eslint-config": "^1.0.1",
		"eslint": "^6.8.0"
	}
}