@planq-network/encrypted-backup
Version:
Libraries for implemented password encrypted account backups
46 lines (45 loc) • 1.25 kB
JSON
{
"name": "@planq-network/encrypted-backup",
"version": "4.1.0",
"description": "Libraries for implemented password encrypted account backups",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "Planq",
"license": "Apache-2.0",
"homepage": "https://planq-sdk-docs.readthedocs.io/en/latest/encrypted-backup",
"repository": "https://github.com/planq-network/planq-sdk/tree/master/packages/sdk/encrypted-backup",
"keywords": [
"planq",
"blockchain",
"odis",
"backup",
"encrypted",
"encrypted-backup"
],
"scripts": {
"build": "tsc -b .",
"clean": "tsc -b . --clean",
"docs": "typedoc",
"test": "jest --runInBand",
"lint": "tslint -c tslint.json --project .",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@planq-network/base": "4.1.0",
"@planq-network/identity": "4.1.0",
"@planq-network/phone-number-privacy-common": "^3.0.0",
"@celo/poprf": "^0.1.9",
"@planq-network/utils": "4.1.0",
"@types/debug": "^4.1.5",
"debug": "^4.1.1",
"fp-ts": "2.1.1",
"io-ts": "2.0.1"
},
"devDependencies": {
"@planq-network/dev-utils": "0.0.1-dev",
"fetch-mock": "9.10.4"
},
"engines": {
"node": ">=8.13.0"
}
}