{
  "name": "is-my-ssb-valid",
  "version": "1.2.2",
  "description": "build scuttlebutt message validators from JSON Schema",
  "main": "index.js",
  "scripts": {
    "test": "tape '**/*.test.js' | tap-arc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssbc/is-my-ssb-valid.git"
  },
  "keywords": [
    "scuttlebutt",
    "schema",
    "validator"
  ],
  "author": "mixmix",
  "license": "LGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/ssbc/is-my-ssb-valid/issues"
  },
  "homepage": "https://github.com/ssbc/is-my-ssb-valid#readme",
  "dependencies": {
    "is-my-json-valid": "^2.20.0",
    "ssb-msg-content": "^1.0.1"
  },
  "devDependencies": {
    "tape": "^5.0.0",
    "tap-arc": "^0.3.4"
  }
}
