{
  "name": "json-schema-to-typescript-example",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "tsc && node ./index.js"
  },
  "dependencies": {
    "@types/node": "^4",
    "typescript": "^2",
    "json-schema-to-typescript": "^2"
  }
}