{
  "name": "sqlcmd",
  "version": "3.0.4",
  "description": "SQL command builder. String-based and incremental, with mutable and immutable interfaces.",
  "keywords": [
    "sql",
    "command",
    "string",
    "builder"
  ],
  "homepage": "https://github.com/chbrown/sqlcmd",
  "repository": "git://github.com/chbrown/sqlcmd.git",
  "bugs": "https://github.com/chbrown/sqlcmd/issues",
  "license": "MIT",
  "author": "Christopher Brown <io@henrian.com>",
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.1.8",
    "coveralls": "^3.0.9",
    "mocha": "^7.0.0",
    "nyc": "^15.0.0",
    "typescript": "^3.7.5"
  },
  "scripts": {
    "prepare": "tsc -d",
    "pretest": "tsc",
    "test": "nyc mocha",
    "posttest": "nyc report --reporter=text-lcov | coveralls || true",
    "clean": "tsc -d --listEmittedFiles | grep '^TSFILE: ' | sed 's/^TSFILE: //' | xargs rm -v"
  }
}
