{
  "name": "hci-hospindex-api",
  "version": "1.0.0",
  "description": "A simple API for consuming services from hci solutions",
  "main": "dist/index.js",
  "types": "./dist/src/index.d.ts",
  "scripts": {
    "build": "rm -rf dist/ && PROD=1 webpack",
    "dev": "rm -rf dist/ && webpack -w"
  },
  "keywords": [
    "HCI",
    "hospindex",
    "webservice"
  ],
  "author": "Adrian Wyss",
  "license": "ISC",
  "devDependencies": {
    "ts-loader": "^2.0.3",
    "typescript": "^2.2.2",
    "uglifyjs-webpack-plugin": "^0.4.3"
  }
}
