{
  "name": "@storefront/core",
  "version": "2.9.3",
  "description": "Core library for StoreFront components",
  "repository": {
    "type": "git",
    "url": "https://github.com/groupby/storefront.git"
  },
  "bugs": {
    "url": "https://github.com/groupby/storefront/issues"
  },
  "homepage": "https://github.com/groupby/storefront/tree/master/packages/%40storefront/core",
  "author": "Ben Teichman <ben.teichman@groupbyinc.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "module:esnext": "esnext/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/",
    "esnext/",
    "src/"
  ],
  "scripts": {
    "build": "../../../scripts/build.sh",
    "dev": "nodemon --watch src --exec npm run build",
    "test": "nyc mocha --recursive --require ts-node/register --require source-map-support/register './test/**/*.ts'",
    "uploadCoverage": "codecov -p ../../.. -y ../../../codecov.yml",
    "tdd": "nodemon --watch src --watch test --exec npm test",
    "prepush": "npm test",
    "prepublishOnly": "[ -n \"$CI\" ] || npm run build",
    "lint": "tslint -p tsconfig.json ./src/**/*.ts",
    "lint:fix": "tslint -p tsconfig.json --fix ./src/**/*.ts"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "all": true
  },
  "nodemonConfig": {
    "ext": "ts,json,html,css"
  },
  "dependencies": {
    "@storefront/flux-capacitor": "1.74.1",
    "@types/clone": "^0.1.30",
    "@types/deep-assign": "^0.1.0",
    "@types/js-cookie": "^2.2.2",
    "@types/lodash": "^4.14.123",
    "@types/loglevel": "~1.4.29",
    "@types/riot": "^3.6.1",
    "clone": "^2.1.1",
    "gb-tracker-client": "^3.5.5",
    "js-cookie": "^2.2.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.merge": "^4.6.0",
    "loglevel": "~1.6.1",
    "moize": "^5.2.3",
    "riot": "^3.9.5",
    "url-parse": "1.4.4"
  },
  "peerDependencies": {
    "groupby-api": "^2.5.0"
  }
}
