{
  "name": "semantic-schema",
  "version": "0.4.5",
  "description": "write json schema in a graceful way.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/jest",
    "lint": "./node_modules/.bin/eslint ."
  },
  "author": "Magnus Lin",
  "license": "ISC",
  "dependencies": {
    "ajv": "^6.5.2",
    "isobject": "^3.0.1"
  },
  "directories": {
    "example": "example"
  },
  "devDependencies": {
    "ajv-cli": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jest": "^21.17.0",
    "husky": "^1.0.0-rc.13",
    "intelli-espower-loader": "^1.0.1",
    "jest": "^23.4.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint",
      "pre-push": "yarn test"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magnuslim/semantic-schema.git"
  },
  "keywords": [
    "json-schema",
    "json",
    "schema",
    "object",
    "semantic"
  ],
  "bugs": {
    "url": "https://github.com/magnuslim/semantic-schema/issues"
  },
  "homepage": "https://github.com/magnuslim/semantic-schema#readme"
}
