{
  "name": "typeorm-model-generator",
  "version": "0.0.1",
  "description": "Generates models for TypeORM from existing databases.",
  "scripts": {
    "tsc:w": "tsc -w",
    "tsc": "tsc",
    "typings-install": "typings install",
    "setup": "npm install  && npm run typings-install",
    "start": "tsc && node ./src/index.js",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha test/**/*.test.js  -- -R spec",
    "posttest": "remap-istanbul -i ./coverage/coverage.json -o ./coverage/coverage-remapped.json && codecov --file=./coverage/coverage-remapped.json "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kononnable/typeorm-model-generator.git"
  },
  "author": "Kononnable",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Kononnable/typeorm-model-generator/issues"
  },
  "homepage": "https://github.com/Kononnable/typeorm-model-generator#readme",
  "dependencies": {
    "handlebars": "^4.0.10",
    "mssql": "^3.3.0",
    "reflect-metadata": "^0.1.10",
    "typeorm": "0.0.10",
    "typescript": "^2.3.2",
    "yargs": "^7.0.2"
  },
  "devDependencies": {
    "@types/handlebars": "^4.0.32",
    "@types/chai": "^3.5.2",
    "@types/chai-as-promised": "0.0.30",
    "@types/chai-subset": "^1.3.0",
    "@types/fs-extra": "^3.0.0",
    "@types/mocha": "^2.2.41",
    "@types/mssql": "^3.3.0",
    "@types/node": "^7.0.10",
    "@types/sinon": "^2.1.3",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-subset": "^1.5.0",
    "codecov": "^2.1.0",
    "dotenv": "^4.0.0",
    "fs-extra": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.3.0",
    "remap-istanbul": "^0.9.5",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.10.0",
    "typings": "^2.1.0"
  }
}