{
  "name": "kentico-cloud-delivery-js-sdk-symbio",
  "version": "1.9.0",
  "description": "Unofficial SDK for the Kentico Cloud Delivery API",
  "main": "dist/index.js",
  "scripts": {
    "build": "del dist/* && babel src -d dist",
    "lint": "standard --fix 'src/*' '__tests__/*'",
    "pretest": "npm run lint && npm run build",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SYMBIO/kentico-cloud-delivery-js-sdk.git"
  },
  "keywords": [
    "Delivery",
    "Kentico",
    "Cloud",
    "JavaScript",
    "Vanilla"
  ],
  "author": "SYMBIO <dev@symbio.agency> (https://symbio.agency)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SYMBIO/kentico-cloud-delivery-js-sdk/issues"
  },
  "homepage": "https://github.com/SYMBIO/kentico-cloud-delivery-js-sdk#readme",
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "cheerio": "^1.0.0-rc.2",
    "regenerator-runtime": "^0.11.0",
    "request": "^2.81.0",
    "request-promise": "^4.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^21.2.0",
    "babel-preset-env": "^1.6.1",
    "del-cli": "^1.1.0",
    "jest": "^21.2.1",
    "util": "^0.10.3"
  },
  "jest": {
    "watchPathIgnorePatterns": [
      "\\.json$"
    ]
  },
  "standard": {
    "globals": [
      "describe",
      "context",
      "before",
      "beforeEach",
      "after",
      "afterEach",
      "it",
      "expect"
    ]
  }
}
