sync-idb-kvs
Version:
Synchronous IndexedDB Key-Value Store(Requires async Initialization)
44 lines (43 loc) • 999 B
JSON
{
"name": "sync-idb-kvs",
"version": "2.0.0",
"description": "Synchronous IndexedDB Key-Value Store(Requires async Initialization)",
"keywords": [
"IndexedDB",
"key-value-store"
],
"homepage": "https://github.com/hoge1e3/sync-idb-kvs#readme",
"bugs": {
"url": "https://github.com/hoge1e3/sync-idb-kvs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoge1e3/sync-idb-kvs.git"
},
"license": "MIT",
"author": "hoge1e3",
"type": "module",
"types": "src/index.d.ts",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npx http-server -o test/index.html",
"tsc": "npx tsc",
"webpack": "echo no-webpack-needed",
"webpack-dev": "echo no-webpack-needed",
"build": "npx tsc "
},
"devDependencies": {
"@types/web": "^0.0.278",
"typescript": "^5.8.3"
},
"files": [
"tsconfig.json",
"src"
],
"dependencies": {
"mutable-promise": "^1.1.15"
}
}