indexeddb-export-import
Version:
Export/import an IndexedDB database to/from JSON
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "indexeddb-export-import",
"version": "2.2.0",
"description": "Export/import an IndexedDB database to/from JSON",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "mocha",
"lint": "eslint . --ext .js",
"prepublishOnly": "npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polarisation/indexeddb-export-import.git"
},
"keywords": [
"IndexedDB",
"JSON",
"import",
"export",
"serialize",
"deserialize",
"backup",
"restore"
],
"author": "Justin Emery",
"license": "MIT",
"bugs": {
"url": "https://github.com/Polarisation/indexeddb-export-import/issues"
},
"homepage": "https://github.com/Polarisation/indexeddb-export-import#readme",
"devDependencies": {
"dexie": "^4.4.2",
"eslint": "^8.57.1",
"eslint-config-google": "^0.14.0",
"fake-indexeddb": "^6.2.5",
"mocha": "^11.7.5"
},
"engines": {
"node": ">=12"
}
}