{
	"name": "controly",
	"type": "module",
	"version": "1.4.3",
	"description": "SDK for the Controly real-time communication system.",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"build": "tsc",
		"prepublishOnly": "npm run build"
	},
	"keywords": [
		"controly",
		"websocket",
		"real-time"
	],
	"author": "SimbaFs <me@simbafs.cc>",
	"license": "MIT",
	"devDependencies": {
		"typescript": "^5.0.0"
	},
	"files": [
		"dist"
	]
}
