1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "core",
- "version": "1.0.0",
- "description": "an encrypted p2p file system and distributed back-up tool",
- "author": "magma collective",
- "license": "AGPL-3.0-or-later",
- "private": true,
- "scripts": {
- "test": "tape */test/**/*.test.js | tap-spec",
- "start": "node cobox-server/main.js",
- "dev:server": "DEVELOPMENT=true DEBUG=* nodemon cobox-server/main.js"
- },
- "repository": {
- "url": "https://ledger-git.dyne.org/cobox/core"
- },
- "workspaces": [
- "cobox-admin-group",
- "cobox-blind-replicator",
- "cobox-cli",
- "cobox-config",
- "cobox-constants",
- "cobox-crypto",
- "cobox-group",
- "cobox-group-base",
- "cobox-group-store",
- "cobox-server",
- "cobox-swarm",
- "kappa-drive",
- "kappa-drive-mount",
- "kappa-view-query"
- ]
- }
|