UNPKG

@neo-one/node-data-backup

Version:

NEO•ONE node data path backup and restore.

38 lines 850 B
{ "name": "@neo-one/node-data-backup", "version": "1.1.4", "author": "Alex DiCarlo <alexdicarlo@gmail.com>", "description": "NEO•ONE node data path backup and restore.", "license": "MIT", "homepage": "https://neo-one.io", "repository": { "type": "git", "url": "git+https://github.com/neo-one-suite/neo-one.git" }, "bugs": { "url": "https://github.com/neo-one-suite/neo-one/issues" }, "keywords": [ "neo", "blockchain", "neo-one", "dapp" ], "dependencies": { "@google-cloud/storage": "^3.0.3", "@neo-one/monitor": "^1.1.4", "fs-extra": "^8.0.0", "megajs": "^0.16.0", "tar": "^4.4.10", "tslib": "^1.9.3" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=8.16.0" }, "main": "index.js", "types": "index.d.ts", "sideEffects": false }