{
  "name": "oly-json",
  "description": "JSON Schema with decorators to map and validate data.",
  "version": "1.1.1",
  "license": "MIT",
  "main": "lib/index.js",
  "browser": "lib/index.js",
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "sideEffects": false,
  "keywords": [
    "oly",
    "typescript",
    "mapper",
    "ajv"
  ],
  "dependencies": {
    "ajv": "6.4.0"
  },
  "devDependencies": {
    "ajv-i18n": "3.0.0",
    "oly": "^1.1.0"
  },
  "peerDependencies": {
    "oly": "^1.0.0"
  },
  "scripts": {
    "clean": "rimraf node_modules coverage lib",
    "build": "tsc",
    "watch": "tsc -w",
    "test": "jest"
  },
  "jest": {
    "preset": "../../jest.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nolyme/oly.git"
  }
}
