{
  "name": "typescript-to-json-schema-extra",
  "version": "0.2.1",
  "description": "Some extra features for typescript-to-json-schema",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": {
    "name": "Stefan Niederhauser",
    "email": "ich@nidi.guru"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nidi3/typescript-to-json-schema-extra.git"
  },
  "license": "Apache-2.0",
  "keywords": [
    "ts",
    "typescript",
    "json",
    "schema",
    "jsonschema"
  ],
  "engines": {
    "node": ">=6.0.0"
  },
  "dependencies": {
    "typescript-to-json-schema": "~0.2.0"
  },
  "devDependencies": {
    "@types/chai": "^3.4.35",
    "@types/glob": "5.0.34",
    "@types/mocha": "^2.2.40",
    "@types/node": "^7.0.8",
    "ajv": "~4.10.4",
    "chai": "~3.5.0",
    "mocha": "~3.2.0",
    "source-map-support": "~0.4.8",
    "tslint": "~4.3.1"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "preversion": "npm run lint && npm run test",
    "build": "tsc -p .",
    "watch": "tsc -p . -w",
    "lint": "tslint -c tslint.json '*.ts' 'factory/**/*.ts' 'src/**/*.ts' 'test/*.ts'",
    "test": "tsc -p . && mocha -t 5000 --require source-map-support/register dist/test"
  }
}
