{
  "name": "node-sp-publish",
  "version": "1.3.0",
  "description": "Publish your Stored Procedures conveniently to different MSSQL Servers",
  "scripts": {
    "build": "babel src -d es5",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://team-rocket-tecracer@github.com/team-rocket-tecracer/node-sp-publish.git"
  },
  "contributors": [
    {
      "name": "Christian Birg",
      "email": "christian.birg@googlemail.com"
    }
  ],
  "keywords": [
    "Stored Procedures",
    "SQL",
    "TSQL",
    "Publishing"
  ],
  "author": "Jan-Hendrik Lorentz <jlorentz@outlook.com>",
  "license": "MIT",
  "preferGlobal": true,
  "bin": {
    "sp-publish": "es5/app.js"
  },
  "bugs": {
    "url": "https://github.com/team-rocket-tecracer/node-sp-publish/issues"
  },
  "homepage": "https://github.com/team-rocket-tecracer/node-sp-publish#readme",
  "dependencies": {
    "asyncawait": "3.0.0",
    "colors": "1.4.0",
    "commander": "7.2.0",
    "mssql": "6.3.1",
    "readline-sync": "1.4.10",
    "babel-polyfill": "^6.8.0"
  },
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-loader": "8.2.2",
    "babel-plugin-syntax-async-functions": "^6.5.0",
    "babel-plugin-transform-async-to-generator": "^6.7.4",
    "babel-core": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "eslint-config-google": "^0.14.0"
  }
}
