{
  "name": "whalesong",
  "version": "0.6.1",
  "description": "Distributed container registry built on hypercores and IPFS",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "standard && WHALESONG_DEBUG_ROUTES=1 TAP_TIMEOUT=60000 tap",
    "dev": "DEBUG=* node index.js",
    "ipfsid": "IPFS_PATH=~/.whalesong/ipfs ipfs id"
  },
  "keywords": [
    "docker",
    "registry",
    "hypercore",
    "hyperbee",
    "ipfs",
    "distributed"
  ],
  "author": "Linus Karlsson <whalesong@linuskarlsson.se>",
  "engines": {
    "node": ">= 15.0.0"
  },
  "license": "AGPL-3.0-or-later",
  "dependencies": {
    "@hyperswarm/replicator": "^2.0.2",
    "@koa/router": "^10.0.0",
    "dat-dns": "^4.1.2",
    "debug": "^4.3.1",
    "go-ipfs": "^0.9.0",
    "hyperbee": "^1.5.3",
    "hypercore": "^9.9.1",
    "hyperspace": "^3.19.0",
    "ipfs-http-client": "^52.0.1",
    "ipfsd-ctl": "^10.0.3",
    "koa": "^2.13.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "standard": "^16.0.3",
    "supertest": "^6.1.3",
    "tap": "^15.0.9"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zozs/whalesong.git"
  }
}
