{
	"name": "react-indexeddb-kit",
	"version": "1.0.0",
	"description": "A TypeScript-based React IndexedDB wrapper with CRUD operations.",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "https://github.com/YourUsername/react-indexeddb.git"
	},
	"bugs": {
		"url": "https://github.com/YourUsername/react-indexeddb/issues"
	},
	"homepage": "https://github.com/YourUsername/react-indexeddb#readme",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "webpack && tsc",
		"prepare": "npm run build"
	},
	"files": [
		"dist",
		"README.md"
	],
	"keywords": [
		"react",
		"indexeddb",
		"react-hooks",
		"react-indexeddb",
		"database",
		"storage",
		"offline-storage",
		"client-side-db",
		"indexeddb-wrapper",
		"local-storage",
		"react-crud",
		"web-storage",
		"javascript-indexeddb",
		"react-db",
		"indexeddb-react",
		"browser-db",
		"react-persist",
		"react-offline",
		"react-cache",
		"ts-indexeddb",
		"typescript"
	],
	"author": "NightDevilPT",
	"license": "MIT",
	"peerDependencies": {
		"react": "^18.0.0 || ^19.0.0"
	},
	"devDependencies": {
		"@types/react": "^19.0.8",
		"typescript": "^5.7.3",
		"ts-loader": "^9.5.2",
		"webpack": "^5.98.0",
		"webpack-cli": "^6.0.1",
		"webpack-node-externals": "^3.0.0"
	}
}
