UNPKG

@telios/nebula

Version:

Real-time distributed file and data storage.

92 lines (91 loc) 2.4 kB
{ "name": "@telios/nebula", "version": "4.0.11", "description": "Real-time distributed file and data storage.", "main": "index.js", "scripts": { "test": "cross-env NODE_ENV=test_sdk tape tests/*.test.js | tap-spec", "semantic-release": "semantic-release", "commit": "cz", "debug": "cross-env NODE_ENV=test_sdk tape tests/drive.test.js | tap-spec --nolazy --debug-brk=5858" }, "repository": { "type": "git", "url": "https://github.com/Telios-org/nebula.git" }, "author": "Hexadecibal", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/Telios-org/nebula/issues" }, "homepage": "https://github.com/Telios-org/nebula", "dependencies": { "autobase": "https://github.com/hypercore-protocol/autobase", "bip39": "^3.0.4", "blakejs": "^1.1.0", "codecs": "^2.2.0", "concat-stream": "^2.0.0", "corestore": "^6.2.0", "dat-encoding": "^5.0.1", "data-store": "^4.0.3", "debounce": "^1.2.1", "graceful-fs": "^4.2.9", "hyperbee": "^2.1.2", "hyperbeedeebee": "git+https://github.com/Telios-org/hyperdeebee.git", "hypercore": "^10.4.1", "hyperswarm": "^4.3.5", "is-online": "^9.0.1", "memorystream": "^0.3.1", "natural": "^5.1.11", "pump": "^3.0.0", "random-access-memory": "^6.0.0", "sodium-native": "^3.4.1", "stopwords": "^0.0.9", "uuid": "^8.2.0" }, "devDependencies": { "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/gitlab": "^6.0.9", "@semantic-release/npm": "^7.1.0", "cross-env": "^7.0.3", "cz-conventional-changelog": "^3.0.1", "del": "^6.0.0", "husky": "^6.0.0", "npm-force-resolutions": "^0.0.10", "semantic-release": "^17.4.2", "tap-spec": "^2.2.2", "tape": "^5.2.2", "tape-promise": "^4.0.0" }, "directories": { "lib": "lib", "test": "tests" }, "keywords": [ "telios", "decentralized", "distributed", "file", "sharing", "drive", "storage", "p2p", "peer-to-peer", "hypercore", "hypercore-protocol", "hyperdrive", "hyperswarm" ], "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true" } }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }