{
  "name": "@ordergroove/offers",
  "version": "2.51.0",
  "description": "offer state component",
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
  "license": "ISC",
  "main": "dist/offers.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ordergroove/plush-toys.git"
  },
  "scripts": {
    "start": "npm run build -- --serve",
    "build": "rm -rf dist && mkdir dist && npm run typecheck && node build.js",
    "build:prod": "rm -rf dist && node build.js --prod",
    "bundlesize": "../../node_modules/.bin/bundlesize",
    "lint": "../../node_modules/.bin/eslint --ignore-path ../../.gitignore ./src",
    "prepublishOnly": "npm run -s build:prod && npm run -s bundlesize",
    "test": "../../node_modules/.bin/karma start --single-run --log-level error --reporters progress && npm run test:shopify && npm run build && ../../node_modules/.bin/karma start --single-run --log-level error --reporters progress karma-functional.conf.js",
    "test:shopify": "../../node_modules/.bin/karma start karma-shopify.conf.js --single-run --log-level error --reporters progress",
    "test:watch:shopify": "../../node_modules/.bin/karma start karma-shopify.conf.js",
    "test:watch": "../../node_modules/.bin/karma start",
    "test:watch:functional": "npm run build && ../../node_modules/.bin/karma start karma-functional.conf.js",
    "test:functional": "npm run test:watch:functional -- --single-run --log-level error --reporters progress",
    "test:watch:silent": "../../node_modules/.bin/karma start --log-level error  --reporters dots",
    "typecheck": "../../node_modules/.bin/tsc"
  },
  "bugs": {
    "url": "https://github.com/ordergroove/plush-toys/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/offers.js",
      "maxSize": "50 kB"
    }
  ],
  "dependencies": {
    "@ordergroove/auth": "^2.3.4",
    "@ordergroove/offers-live-editor": "^0.6.9",
    "lit-element": "^2.1.0",
    "lodash.memoize": "^4.1.2",
    "logical-expression-parser": "1.0.0",
    "murmurhash-js": "^1.0.0",
    "redux": "^4.0.1",
    "reselect": "^4.0.0",
    "throttle-debounce": "^2.1.0"
  },
  "devDependencies": {
    "@ordergroove/offers-templates": "^0.11.0",
    "@types/lodash.memoize": "^4.1.9"
  },
  "gitHead": "80379e5f6375b6aa871e6a022e5b778f906afc9f"
}
