{
  "name": "@taro-hooks/shared",
  "version": "2.2.0",
  "description": "shared tools",
  "sideEffects": false,
  "author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",
  "homepage": "https://github.com/innocces/taro-hooks/blob/next/packages/shared/README.md",
  "license": "MIT",
  "typedocMain": "./src/index.ts",
  "main": "dist/index.js",
  "module": "dist/shared.esm.js",
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "keywords": [
    "taro-hooks"
  ],
  "files": [
    "dist",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/innocces/taro-hooks"
  },
  "bugs": {
    "url": "https://github.com/innocces/taro-hooks/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "gitHead": "628c69db9aed1a7c258f75dcf095449ec99023e0",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w"
  }
}