{
  "name": "reactant-share",
  "version": "0.140.0",
  "description": "A framework for building shared web applications with Reactant",
  "main": "dist/index.cjs.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "homepage": "https://reactant.js.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unadlib/reactant.git",
    "directory": "packages/reactant-share"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Reactant",
    "Reactant Shared Application"
  ],
  "authors": [
    "Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)"
  ],
  "license": "MIT",
  "peerDependencies": {
    "broadcast-channel": "^5 || ^4",
    "data-transport": "^5.0.0",
    "react": "^16.12.0 || ^17"
  },
  "dependencies": {
    "broadcast-channel": "^5.3.0",
    "data-transport": "^5.0.0",
    "reactant": "^0.140.0",
    "reactant-last-action": "^0.140.0",
    "reactant-router": "^0.140.0",
    "reactant-storage": "^0.140.0"
  },
  "devDependencies": {
    "react": "^16.12.0 || ^17",
    "reactant-web": "^0.140.0"
  }
}
