@webreflection/idb-map
Version:
Async IndexedDB based Map
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "@webreflection/idb-map",
"version": "0.3.2",
"type": "module",
"main": "index.js",
"module": "index.js",
"keywords": [
"IndexedDB",
"Map"
],
"scripts": {
"build": "npm run build:index && npm run build:sync",
"build:index": "ascjs --no-default index.js index.cjs",
"build:sync": "ascjs --no-default sync.js sync.cjs && sed -i 's/index\\.js/index\\.cjs/' sync.cjs"
},
"exports": {
".": {
"import": "./index.js",
"default": "./index.cjs"
},
"./sync": {
"import": "./sync.js",
"default": "./sync.cjs"
},
"./package.json": "./package.json"
},
"author": "Andrea Giammarchi",
"license": "MIT",
"description": "Async IndexedDB based Map",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/idb-map.git"
},
"bugs": {
"url": "https://github.com/WebReflection/idb-map/issues"
},
"homepage": "https://github.com/WebReflection/idb-map#readme",
"devDependencies": {
"ascjs": "^6.0.3"
}
}