{
  "name": "ipfs-pubsub-1on1",
  "version": "0.1.0",
  "description": "1-to-1 communication channel over IPFS Pubsub between two peers",
  "license": "MIT",
  "author": "Haad",
  "type": "module",
  "main": "src/direct-channel.js",
  "dependencies": {
    "safe-buffer": "~5.2.1"
  },
  "devDependencies": {
    "mocha": "^8.1.3",
    "orbit-db-test-utils": "^3.0.0",
    "p-map-series": "^2.1.0",
    "rimraf": "^3.0.2",
    "standard": "^17.0.0"
  },
  "scripts": {
    "test": "TEST=all mocha",
    "test:coverage": "istanbul cover _mocha",
    "lint": "standard",
    "lint:fix": "standard --fix"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  }
}
