{
  "name": "schematis",
  "version": "0.6.2",
  "description": "JSON validator",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --coverage",
    "build": "tsc && ls -l ./dist",
    "prebuild": "rimraf dist",
    "pretest": "rimraf coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arielpchara/schematis.git"
  },
  "keywords": [
    "JSON",
    "validator",
    "Schema"
  ],
  "author": "Ariel Pchara",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/arielpchara/schematis/issues"
  },
  "homepage": "https://github.com/arielpchara/schematis#readme",
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "coveralls": "^3.0.5",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.2",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.5.3"
  }
}
