{
  "name": "@dutchfurniturefulfilment/skik-client",
  "version": "2.0.0",
  "description": "Javascript package for integrating a SKIK configurator inside web projects.",
  "author": "Jeffrey Westerkamp <jeffrey@pixelindustries.com> (https://github.com/JJWesterkamp)",
  "license": "",
  "keywords": [
    "Dutch Furniture Fulfilment",
    "SKIK",
    "Configurator"
  ],
  "main": "./dist/skik-client.js",
  "types": "./skik-client.d.ts",
  "scripts": {
    "lint": "tslint \"./src/**/*.ts\"",
    "clean-dist": "rimraf dist/**",
    "dev": "webpack --env.BUILD=dev --watch",
    "build": "npm run clean-dist && webpack --env.BUILD=prod",
    "prepublish": "npm run build",
    "publish-patch": "npm version patch && npm publish --access=public && git push",
    "publish-minor": "npm version minor && npm publish --access=public && git push",
    "publish-major": "npm version major && npm publish --access=public && git push"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/js-cookie": "^2.1.0",
    "@types/lodash": "^4.14.91",
    "@types/lodash-es": "^4.17.0",
    "@types/qs": "^6.5.1",
    "@types/ramda": "^0.25.8",
    "awesome-typescript-loader": "^3.4.0",
    "axios": "^0.17.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "cpy": "^6.0.0",
    "cpy-cli": "^1.0.1",
    "js-cookie": "^2.2.0",
    "lodash": "^4.17.4",
    "lodash-es": "^4.17.4",
    "npm-run-all": "^4.1.2",
    "path": "^0.12.7",
    "qs": "^6.5.1",
    "ramda": "^0.25.0",
    "rimraf": "^2.6.2",
    "rx-postmessenger": "^1.0.2",
    "rxjs": "^5.5.6",
    "tslint": "^5.8.0",
    "typescript": "^2.6.1",
    "webpack": "^3.10.0"
  }
}
