{
  "name": "@findify/helpers",
  "version": "1.1.2",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "author": "Findify <yourfriends@findify.io>",
  "tags": [
    "findify",
    "search"
  ],
  "files": [
    "dist",
    "lib",
    "types"
  ],
  "license": "MIT",
  "repository": "https://github.com/findify/findify-js/tree/master/packages/helpers",
  "config": {
    "access": "public"
  },
  "dependencies": {
    "findify-sdk": "1.3.9",
    "lodash": "^4.17.4",
    "redux": "^3.7.2",
    "redux-saga": "^0.15.4"
  },
  "devDependencies": {
    "@types/deep-freeze": "^0.1.1",
    "@types/expect": "^1.20.2",
    "@types/lodash": "^4.14.93",
    "@types/redux-logger": "^3.0.0",
    "@types/redux-mock-store": "^0.0.9",
    "cross-env": "^5.1.3",
    "deep-freeze": "^0.0.1",
    "expect": "^22.1.0",
    "faux-jax": "^5.0.6",
    "mocha": "^5.0.0",
    "redux-mock-store": "^1.2.3",
    "rewire": "^3.0.2",
    "del-cli": "^1.1.0",
    "npm-run-all": "^4.1.2",
    "ts-loader": "^3.3.1",
    "ts-node": "^4.1.0",
    "tslint": "^5.9.1",
    "typescript": "2.6.2",
    "webpack": "^3.10.0",
    "webpack-node-externals": "^1.6.0"
  },
  "scripts": {
    "build": "run-p build:commonjs build:umd build:umd:min",
    "build:commonjs": "npm run tsc",
    "build:umd": "cross-env NODE_ENV=development webpack src/index.ts dist/findify-helpers.js",
    "build:umd:min": "cross-env NODE_ENV=production webpack src/index.ts dist/findify-helpers.min.js",
    "build:watch": "run-s tsc:watch",
    "build:test": "npm run build",
    "prepare": "npm run build",
    "tsc": "tsc --project .",
    "tsc:watch": "tsc --watch --project .",
    "clean": "del lib dist",
    "lint": "tslint --project .",
    "test": "# mocha --compilers ts:ts-node/register --recursive -R progress  ./__tests__",
    "test:watch": "npm run test -- --watch"
  }
}
