{
	"name": "@luciodale/react-socket",
	"version": "0.6.3",
	"author": "Lucio D'Alessandro",
	"repository": {
		"type": "git",
		"url": "https://github.com/luciodale/react-socket"
	},
	"module": "dist/react-socket.es.js",
	"peerDependencies": {
		"react": ">=16 || >=17 || >=18 || >=19",
		"react-dom": ">=16 || >=17 || >=18 || >=19"
	},
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/react-socket.es.js"
		},
		"./inspector": {
			"types": "./dist/inspector/index.d.ts",
			"import": "./dist/react-socket-inspector.es.js"
		},
		"./testing": {
			"types": "./dist/testing/index.d.ts",
			"import": "./dist/react-socket-testing.es.js"
		}
	},
	"description": "Type safe React hooks for real time WebSocket communication. Automatic reconnection, optimistic updates, ref counted subscriptions, and offline message queuing out of the box.",
	"homepage": "https://koolcodez.com/projects/react-socket/",
	"bugs": {
		"url": "https://github.com/luciodale/react-socket/issues"
	},
	"files": [
		"dist",
		"README.md"
	],
	"keywords": [
		"react",
		"typescript",
		"websocket",
		"websockets",
		"react-hooks",
		"hooks",
		"realtime",
		"real-time",
		"reconnection",
		"optimistic-updates",
		"offline-first",
		"message-queue",
		"streaming",
		"type-safe",
		"llm-streaming",
		"ai-streaming"
	],
	"license": "MIT",
	"types": "dist/index.d.ts"
}
