{
  "name": "prisma-json-schema",
  "version": "0.1.3",
  "main": "dist/definition.js",
  "typings": "dist/definition.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepare": "npm run build",
    "build": "rm -rf dist && tsc -d; cp src/schema.json dist",
    "test": "npm run build",
    "simple": "ajv -s src/schema.json -d simple.json",
    "advanced": "ajv -s src/schema.json -d advanced.json"
  },
  "devDependencies": {
    "ajv-cli": "3.0.0",
    "typescript": "2.6.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphcool/prisma-json-schema.git"
  }
}
