{
  "name": "mwp-store",
  "version": "27.0.28",
  "description": "Redux store management for MWP apps",
  "engines": {
    "node": "^10.22.1",
    "yarn": "^1.9.4"
  },
  "main": "./lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib --ignore test.js,test.jsx --source-maps --root-mode upward",
    "flow": "flow",
    "lint": "eslint . --ext .js,.jsx --fix",
    "test": "yarn run test:unit",
    "test:unit": "NODE_ENV=test jest --config jest.config.json",
    "test:watch": "yarn test:unit -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meetup/meetup-web-platform.git"
  },
  "author": "Meetup",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/meetup/meetup-web-platform/issues"
  },
  "homepage": "https://github.com/meetup/meetup-web-platform#readme",
  "peerDependencies": {
    "mwp-router": ">=0.0.1",
    "redux": "^3.7.2"
  },
  "dependencies": {
    "js-cookie": "2.2.0",
    "mwp-api-state": "^27.0.28",
    "mwp-tracking-plugin": "^27.0.28",
    "rison": "0.1.1"
  },
  "gitHead": "3b03ddaae9ef9e11821d567b6b5acc7d538bb258"
}
