{
  "name": "mattermost-redux",
  "version": "11.6.0",
  "description": "Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client",
  "keywords": [
    "mattermost"
  ],
  "homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/mattermost-redux#readme",
  "license": "MIT",
  "type": "commonjs",
  "files": [
    "lib"
  ],
  "exports": {
    "./action_types": "./lib/action_types/index.js",
    "./actions": "./lib/actions/index.js",
    "./client": "./lib/client/index.js",
    "./constants": "./lib/constants/index.js",
    "./reducers": "./lib/reducers/index.js",
    "./reducers/entities": "./lib/reducers/entities/index.js",
    "./reducers/entities/threads": "./lib/reducers/entities/threads/index.js",
    "./reducers/errors": "./lib/reducers/errors/index.js",
    "./reducers/requests": "./lib/reducers/requests/index.js",
    "./selectors/create_selector": "./lib/selectors/create_selector/index.js",
    "./store": "./lib/store/index.js",
    "./*": "./lib/*.js"
  },
  "typesVersions": {
    ">=3.1": {
      "*": [
        "./lib/*.d.ts",
        "./lib/*/index.d.ts"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattermost/mattermost.git",
    "directory": "webapp/platform/mattermost-redux"
  },
  "dependencies": {
    "@mattermost/client": "11.6.0",
    "@mattermost/types": "11.6.0",
    "@redux-devtools/extension": "3.3.0",
    "lodash": "^4.17.21",
    "moment-timezone": "^0.5.38",
    "redux": "^5.0.0",
    "redux-batched-actions": "0.5.0",
    "redux-thunk": "^3.0.0",
    "serialize-error": "^11.0.3",
    "shallow-equals": "^1.0.0",
    "timezones.json": "^1.7.1"
  },
  "peerDependencies": {
    "typescript": "^4.3.0 || ^5.0.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsc --build --verbose",
    "postbuild": "sh postbuild.sh",
    "clean": "rm -rf lib node_modules *.tsbuildinfo"
  }
}
