{
  "name": "use-merge-value",
  "version": "1.2.0",
  "description": "Easier to write a controlled component",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "authors": {
    "name": "chenshuai2144",
    "email": "qixian.cs@outlook.com"
  },
  "repository": "https://github.com/chenshuai2144/merge-value-hooks",
  "scripts": {
    "start": "father doc dev --storybook",
    "build": "father build",
    "prettier": "prettier -c --write \"**/**\"",
    "site": " build-storybook && gh-pages -d ./storybook-static"
  },
  "peerDependencies": {
    "react": ">= 16.x"
  },
  "devDependencies": {
    "@types/react": "^18.0.28",
    "father": "^2.16.0",
    "np": "^5.2.1",
    "prettier": "^1.19.1",
    "react": "^18.2.0",
    "typescript": "^3.3.3"
  },
  "license": "MIT"
}
