{
  "name": "db",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rimraf build && tsc"
  },
  "author": "ghorsington",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^12.6.8",
    "rimraf": "^2.6.3",
    "typeorm": "^0.2.18",
    "typescript": "^3.5.3"
  }
}