bedrock-web-pouch-edv
Version:
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "bedrock-web-pouch-edv",
"version": "3.0.0",
"description": "PouchDB EDV Storage",
"module": "./lib/main.js",
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@digitalbazaar/edv-client": "^13.0.0",
"base58-universal": "^1.0.0",
"pouchdb": "^7.2.2",
"pouchdb-find": "^7.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-config-digitalbazaar": "^2.6.1",
"eslint-plugin-jsdoc": "^28.6.1",
"jsdoc": "^3.6.4",
"jsdoc-to-markdown": "^6.0.1",
"pouchdb-debug": "^7.2.1"
},
"engines": {
"node": ">=12"
},
"files": [
"lib/*"
],
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/bedrock-web-pouch-edv"
},
"keywords": [
"bedrock",
"pouchdb",
"edv",
"encrypted data vault",
"web"
],
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "https://digitalbazaar.com"
},
"bugs": {
"url": "https://github.com/digitalbazaar/bedrock-pouch-edv/issues"
},
"homepage": "https://github.com/digitalbazaar/bedrock-pouch-edv"
}