{
  "name": "@sparksnetwork/sparks-schemas",
  "version": "2.1.9",
  "description": "",
  "main": "index.js",
  "typings": "types.d.ts",
  "scripts": {
    "schemas:data": "rm -rf schemas/data/* && bin/dataFromModels.js",
    "schemas:all": "node bin/schemas.js",
    "dts": "tsc && node_modules/.bin/dts-generator --out types.d.ts --project ./ --name sparks-schemas --exclude \"typings/**/*.ts\" --exclude \"node_modules/**/*.ts\" --main sparks-schemas/index",
    "build": "npm run schemas:data && npm run schemas:all && npm run dts",
    "test": "npm run schemas:all && node bin/validate.js"
  },
  "config": {
    "ghooks": {
      "pre-commit": "npm run build && git add index.d.ts && git add schemas/data && git add schemas.json"
    }
  },
  "files": [
    "bin",
    "generators",
    "schemas",
    "typings",
    "types",
    "lib",
    "index.js",
    "index.d.ts",
    "types.d.ts",
    "schemas.json"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "ajv": "^4.7.7",
    "glob": "^7.1.1",
    "inflection": "^1.10.0"
  },
  "devDependencies": {
    "async": "^2.1.2",
    "cli-color": "^1.1.0",
    "dts-generator": "^2.0.0",
    "ghooks": "^2.0.0",
    "json-schema-to-typescript": "^3.1.0",
    "typescript": "^2.1.4",
    "typings": "^2.1.0",
    "typson": "^0.6.0"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015"
          ]
        }
      ]
    ]
  }
}
