{
	"name": "lc-lib",
	"version": "1.0.30",
	"description": "Library to access Lunar Client's Asset WebSocket easily",
	"main": "dist/index.js",
	"scripts": {
		"test": "npm run build && node index.test.js",
		"build": "rm -rf ./dist && tsc"
	},
	"author": "TBHGodPro",
	"license": "ISC",
	"devDependencies": {
		"@types/node": "^18.11.18",
		"@types/node-fetch": "^2.6.2",
		"@types/ws": "^8.5.4",
		"typed-emitter": "^2.1.0",
		"typescript": "^4.9.4"
	},
	"dependencies": {
		"@minecraft-js/bufwrapper": "^1.4.6",
		"@minecraft-js/uuid": "^1.0.3",
		"chalk": "^4.1.2",
		"node-fetch": "^2.6.7",
		"ws": "^8.12.0"
	},
	"keywords": [
		"lclib",
		"lc",
		"lunar",
		"lunarclient",
		"lunar-client",
		"lunar client",
		"websocket",
		"assets",
		"lunar client assets",
		"lunar client auth",
		"lunar-client-websocket",
		"client",
		"minecraft"
	],
	"repository": "TBHGodPro/LCLib",
	"homepage": "https://github.com/TBHGodPro/LCLib"
}
