{
  "name": "@json-schema-org/tests",
  "version": "2.0.0",
  "description": "A set of JSON objects that implementors of JSON Schema validation libraries can use to test their validators",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run lint && mocha lib/index.spec.js -R spec",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/json-schema-org/json-schema-test-suite-npm.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/json-schema-org/json-schema-test-suite-npm/issues"
  },
  "homepage": "https://github.com/json-schema-org/json-schema-test-suite-npm#readme",
  "devDependencies": {
    "ajv": "^6.10.0",
    "assert": "^1.4.1",
    "glob": "^7.1.3",
    "json-schema-test": "^2.0.0",
    "mocha": "^6.0.2",
    "standard": "^12.0.1"
  },
  "dependencies": {
    "json-schema-test-suite": "github:json-schema-org/JSON-Schema-Test-Suite#0a0f0cd"
  }
}
