{
  "name": "redux-mc",
  "description": "Redux state management for multi-client applications",
  "author": "https://github.com/kyle1320",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "exports": {
    "./client": "./lib/client/index.js",
    "./server": "./lib/server/index.js",
    "./util": "./lib/util/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kyle1320/redux-mc.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf lib *.tsbuildinfo",
    "build": "npm run clean && tsc --project tsconfig.prod.json",
    "watch": "tsc --build --watch",
    "lint": "eslint .",
    "format": "prettier . --write",
    "publish:canary": "npm run build && lerna publish --canary",
    "publish:prod": "npm run build && lerna publish"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^6.6.0",
    "@typescript-eslint/parser": "^6.6.0",
    "eslint": "^8.48.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "lerna": "^7.2.0",
    "prettier": "^3.0.3",
    "rimraf": "^5.0.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "redux": "^4.2.1"
  },
  "version": "0.0.1-alpha.7+a3c2bf3",
  "gitHead": "a3c2bf338e201ebb174a4d7ccdba52b192beeb78"
}
