{
  "version": "1.3.0",
  "name": "typescript-mysql-model",
  "description": "",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joelsmedberg/typescript-mysql-model.git"
  },
  "keywords": [
    "typescript",
    "mysql",
    "orm",
    "generate",
    "class",
    "interface"
  ],
  "author": "Joel Smedberg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/joelsmedberg/typescript-mysql-model/issues"
  },
  "homepage": "https://github.com/joelsmedberg/typescript-mysql-model#readme",
  "dependencies": {
    "change-case": "^3.1.0",
    "handlebars": "^4.5.2",
    "knex": "^0.16.3",
    "mysql": "^2.16.0",
    "pluralize": "^5.0.0"
  },
  "devDependencies": {
    "@types/handlebars": "^4.0.32",
    "@types/knex": "0.0.56",
    "@types/pluralize": "0.0.27",
    "@types/node": "^8.0.11",
    "tslint": "^5.5.0"
  }
}
