idb-prime-ts
Version:
A lightweight and efficient and flexible JS/TS library for managing IndexedDB operations in web browsers. Provides utility functions for CRUD operations, object store management, and indexed queries.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "idb-prime-ts",
"version": "7.0.2",
"description": "A lightweight and efficient and flexible JS/TS library for managing IndexedDB operations in web browsers. Provides utility functions for CRUD operations, object store management, and indexed queries.",
"type": "module",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"scripts": {
"build": "rimraf lib && tsc",
"prepare": "npm run build"
},
"keywords": [
"idb-prime-ts",
"indexeddb",
"database",
"storage",
"browser-storage",
"web-database",
"idb",
"javascript",
"typescript",
"data-storage",
"indexeddb-utilities",
"indexeddb-helper",
"crud-operations",
"key-value-store",
"offline-storage",
"front-end",
"web-development",
"performance",
"lightweight"
],
"author": "Mohammad Gholami",
"license": "MIT",
"files": [
"lib/**/*",
"LICENSE.md"
]
}