{
  "name": "@wealthbar/dbm",
  "version": "0.10.0",
  "description": "Baseline DB management for node apps",
  "main": "dist/index.js",
  "scripts": {
    "test": "yarn build && NODE_ENV=test nyc mocha -r source-map-support/register --full-trace 'dist/**/*.test.js'",
    "build": "rm -rf dist; yarn sql-to-ts; tsc",
    "lint": "ts-lint -c tslint.json --fix 'src/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.wealth.bar/wealthbar/caboodle"
  },
  "keywords": [
    "DB"
  ],
  "bin": {
    "db-init": "./bin/db-init",
    "db-init-config": "./bin/db-init-config",
    "db-init-dba": "./bin/db-init-dba",
    "db-init-ddl": "./bin/db-init-ddl",
    "db-new-migration": "./bin/db-new-migration",
    "db-restore-last": "./bin/db-restore-last",
    "db-snapshot": "./bin/db-snapshot",
    "db-up": "./dist/db-up.js"
  },
  "author": "Cliff Hammerschmidt",
  "license": "MIT",
  "dependencies": {
    "@types/mocha": "^5.2.2",
    "@types/node": "^10.3.4",
    "@types/sinon": "^5.0.1",
    "@wealthbar/readdir-recursive-sync": "^1.0.1",
    "@wealthbar/sql-to-ts": "^1",
    "@wealthbar/test-helpers": "^1",
    "mocha": "5",
    "moment": "^2.22.2",
    "node": "^10.4.1",
    "npm": "^6.1.0",
    "nyc": "^10.3.2",
    "pg-promise": "8",
    "sinon": "^6.0.0",
    "source-map-support": "^0.5.6",
    "ts-lint": "^4.5.1",
    "ts-node": "^6.1.1",
    "typescript": "^2.9.2"
  }
}
