{
  "name": "rpt-to-json",
  "version": "0.0.6",
  "description": "Parses SQL server rpt text output to json.",
  "homepage": "https://github.com/phhu/rpt-to-json",
  "repository": {
    "type" : "git",
    "url" : "https://github.com/phhu/rpt-to-json.git"
  },
  "main":"dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "babel rptToJson.js -o dist/index.js",
    "test": "mocha",
    "webpack": "webpack",
    "start:dev": "webpack-dev-server",
    "pub": "npm run webpack && npm run build && npm publish"
  },
  "keywords": ["Sql server","rpt","txt","json","convert"],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/register": "^7.0.0",
    "babel-loader": "^8.0.0-beta.6",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-minify": "^0.5.0",
    "chai": "^4.2.0",
    "mocha": "^6.0.1",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.2.1"
  }
}
