{
  "name": "cable-core",
  "version": "0.2.1",
  "description": "database and protocol interactions for cable + cabal",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/tape test/*.js | ./node_modules/.bin/tap-spec",
    "bail": "./node_modules/.bin/tape test/*.js | ./node_modules/.bin/tap-bail | ./node_modules/.bin/tap-spec "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cabal-club/cable-core.js.git"
  },
  "keywords": [
    "p2p",
    "cable",
    "cabal"
  ],
  "author": "cabal-club authors",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/cabal-club/cable-core.js/issues"
  },
  "homepage": "https://github.com/cabal-club/cable-core.js#readme",
  "dependencies": {
    "b4a": "1.6.4",
    "cable.js": "^0.2.1",
    "debug": "4.3.4",
    "level": "8.0.0",
    "lru-cache": "10.2.0",
    "memory-level": "1.0.0"
  },
  "devDependencies": {
    "tap-bail": "1.0.0",
    "tap-spec": "5.0.0",
    "tape": "5.6.3"
  }
}
