@blakewatson/datastore
Version:
Save data to IndexedDB using localStorage APIs.
34 lines • 745 B
JSON
{
"name": "@blakewatson/datastore",
"version": "0.2.1",
"description": "Save data to IndexedDB using localStorage APIs.",
"main": "DataStore.js",
"devDependencies": {
"esbuild": "0.24.2",
"typescript": "^5.7.3"
},
"scripts": {
"build": "node build.mjs"
},
"files": [
"dist/"
],
"types": "./dist/DataStore.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/blakewatson/datastore.git"
},
"keywords": [
"localStorage",
"storage",
"data",
"IndexedDB",
"database"
],
"author": "Blake Watson",
"license": "MIT",
"bugs": {
"url": "https://github.com/blakewatson/datastore/issues"
},
"homepage": "https://github.com/blakewatson/datastore#readme"
}