{
  "name": "@rawmodel/schema",
  "version": "3.3.4",
  "description": "JSON Schema utils for RawModel.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "clean": "rm -Rf ./dist",
    "build": "npm run clean; npx tsc",
    "lint": "npx tslint 'src/**/*.ts?(x)'",
    "test": "npx nyc npx hayspec test"
  },
  "hayspec": {
    "require": [
      "ts-node/register"
    ],
    "match": [
      "./src/tests/**/*.test.ts"
    ]
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "exclude": [
      "src/tests"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rawmodel/framework.git"
  },
  "bugs": {
    "url": "https://github.com/rawmodel/framework/issues"
  },
  "homepage": "https://github.com/rawmodel/framework#readme",
  "keywords": [
    "model",
    "modeling",
    "document",
    "object",
    "schema",
    "orm",
    "odm",
    "map",
    "mapping",
    "context",
    "contextify",
    "rawmodel",
    "class",
    "db",
    "database",
    "storage",
    "structure",
    "structuring",
    "error",
    "errors",
    "handling",
    "handle",
    "valid",
    "validate",
    "validation",
    "validator",
    "validating",
    "type",
    "cast",
    "casting",
    "history",
    "tracking",
    "change",
    "field",
    "fields",
    "serialize",
    "serialization",
    "serializable",
    "schema",
    "json"
  ],
  "author": "Kristijan Sedlak (Xpepermint)",
  "license": "MIT",
  "devDependencies": {
    "@hayspec/cli": "^0.8.4",
    "@hayspec/spec": "^0.8.4",
    "@rawmodel/handlers": "3.3.4",
    "@rawmodel/parsers": "3.3.4",
    "@rawmodel/validators": "3.3.4",
    "nyc": "^14.1.1",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "@rawmodel/core": "3.3.4",
    "@rawmodel/utils": "3.3.4"
  }
}
