react-indexeddb-toolkit
Version:
A complete TypeScript toolkit for IndexedDB in React applications
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "react-indexeddb-toolkit",
"version": "2.0.0",
"description": "A complete TypeScript toolkit for IndexedDB in React applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "del-cli dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"indexeddb",
"typescript",
"browser-storage",
"hooks",
"database",
"client-side-storage"
],
"author": "Rotimi",
"license": "MIT",
"repository": {
"type": "git",
"url": "hhttps://github.com/shefihu/react-indexeddb-toolkit"
},
"homepage": "https://github.com/shefihu/react-indexeddb-toolkit#readme",
"bugs": {
"url": "https://github.com/shefihu/react-indexeddb-toolkit/issues"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/node": "^24.1.0",
"@types/react": "^18.3.12",
"del-cli": "^6.0.0",
"react": "^18.3.1",
"typescript": "^5.7.2"
}
}