123456789101112131415161718 |
- {
- "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-nirvana",
- "start": "node cobox-server/main.js",
- "dev:server": "DEVELOPMENT=true DEBUG=* nodemon cobox-server/main.js",
- "cli": "node cobox-cli/cli.js"
- },
- "repository": {
- "url": "https://ledger-git.dyne.org/cobox/core"
- },
- "workspaces": ["*"]
- }
|