{
  "name": "@cxcloud/core",
  "version": "1.13.0",
  "description": "CX Cloud Core Services Module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf ./dist",
    "prebuild": "npm run clean",
    "build": "tsc",
    "build:docs": "typedoc --theme minimal --out docs --mode file --excludePrivate --excludeProtected",
    "format": "prettier --write 'src/**/*.ts'",
    "precommit": "lint-staged",
    "prepublish": "npm run build"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smilehouse/cxcloud-facade.git"
  },
  "keywords": [],
  "author": "Tieto CEM",
  "license": "GPL-2.0-only",
  "bugs": {
    "url": "https://github.com/smilehouse/cxcloud-facade/issues"
  },
  "homepage": "https://github.com/smilehouse/cxcloud-facade#readme",
  "devDependencies": {
    "@types/config": "0.0.33",
    "@types/lodash": "^4.14.109",
    "@types/node": "^8.0.34",
    "@types/node-cache": "^4.1.0",
    "@types/pify": "^3.0.2",
    "@types/uuid": "^3.4.3",
    "husky": "^0.14.3",
    "isomorphic-fetch": "^2.2.1",
    "lint-staged": "^4.3.0",
    "prettier": "^1.7.4",
    "rimraf": "^2.6.2",
    "ts-node": "^3.3.0",
    "tslint": "^5.7.0",
    "tslint-config-prettier": "^1.5.0",
    "typedoc": "^0.11.1",
    "typescript": "^2.5.3"
  },
  "dependencies": {
    "@commercetools/api-request-builder": "^3.2.0",
    "@commercetools/sdk-client": "^1.5.0",
    "@commercetools/sdk-middleware-auth": "^3.4.1",
    "@commercetools/sdk-middleware-http": "^2.2.0",
    "@commercetools/sdk-middleware-logger": "^1.0.0",
    "@commercetools/sdk-middleware-queue": "^1.1.0",
    "@commercetools/sdk-middleware-user-agent": "^1.2.0",
    "@cxcloud/ct-types": "^0.3.1",
    "@types/algoliasearch": "^3.27.1",
    "algoliasearch": "^3.24.11",
    "cognito-user-pool": "^0.2.3",
    "config": "^1.26.2",
    "contentful": "^5.0.5",
    "country-tools": "^0.1.2",
    "lodash": "^4.17.4",
    "node-cache": "^4.1.1",
    "pify": "^3.0.0",
    "uuid": "^3.1.0"
  }
}
