{
  "name": "ssb-msg-schemas",
  "version": "6.3.0",
  "description": "validation and publishing methods for common ssb message types",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js | tap-spec",
    "lint": "standard",
    "lint:fix": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ssbc/ssb-msg-schemas.git"
  },
  "dependencies": {
    "is-my-json-valid": "^2.16.0",
    "pull-stream": "~2.27.0",
    "ssb-msgs": "^5.0.0",
    "ssb-ref": "^2.7.0"
  },
  "devDependencies": {
    "standard": "^10.0.2",
    "tap-spec": "^4.1.1",
    "tape": "~3.0.0"
  },
  "author": "Paul Frazee <pfrazee@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ssbc/ssb-msg-schemas/issues"
  },
  "homepage": "https://github.com/ssbc/ssb-msg-schemas"
}
