sync-idb-kvs
Version:
Synchronous IndexedDB Key-Value Store(Requires async Initialization)
36 lines (35 loc) • 897 B
JSON
{
"name": "sync-idb-kvs",
"version": "1.3.9",
"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": {
"typescript": "^4.5.5"
}
}