{
  "name": "@jimpick/dat-node",
  "version": "3.5.11-23",
  "description": "Build node applications with Dat archives on the file system.",
  "main": "index.js",
  "scripts": {
    "deps": "dependency-check . && dependency-check . --extra --no-dev",
    "test": "standard && npm run deps && nyc tape test/*.js",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/datproject/dat-node.git"
  },
  "bugs": {
    "url": "https://github.com/datproject/dat-node/issues"
  },
  "homepage": "http://datproject.org",
  "author": "Joe Hand <joe@hand.email>",
  "license": "MIT",
  "dependencies": {
    "@jimpick/dat-storage": "^1.0.4-3",
    "@jimpick/hyperdrive": "^9.14.0-1",
    "@jimpick/hyperdrive-next": "^9.12.3-7",
    "@jimpick/hyperdrive-network-speed": "^2.1.0-2",
    "@jimpick/mirror-folder": "^3.0.0-1",
    "dat-ignore": "^2.1.1",
    "dat-link-resolve": "^2.2.0",
    "dat-swarm-defaults": "^1.0.0",
    "debug": "^3.1.0",
    "discovery-swarm": "^5.1.2",
    "folder-walker": "^3.1.0",
    "hyperdrive-http": "^4.3.2",
    "multicb": "^1.2.1",
    "random-access-file": "^2.0.1",
    "random-access-memory": "^3.0.0",
    "sparse-bitfield": "^3.0.3",
    "speedometer": "^1.1.0",
    "stream-each": "^1.2.0",
    "untildify": "^3.0.2",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "count-files": "^2.6.2",
    "dat-encoding": "^5.0.0",
    "dependency-check": "^3.1.0",
    "memdb": "^1.3.1",
    "memdown": "^3.0.0",
    "mkdirp": "^0.5.1",
    "nyc": "^12.0.2",
    "rimraf": "^2.5.4",
    "standard": "^11.0.1",
    "tape": "^4.9.1",
    "temporary-directory": "^1.0.2"
  },
  "keywords": [
    "data",
    "dat",
    "hyperdrive",
    "p2p"
  ]
}
