{
  "name": "@rcp/use.uncontrolled",
  "author": "imcuttle",
  "description": "Make props.value piped to state, and exposes `onChange`, make react component is **uncontrolled & controlled**",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "module": "dist/es",
  "main": "dist/cjs/index.js",
  "typings": "dist/es/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imcuttle/rcp.git"
  },
  "keywords": [
    "imcuttle",
    "use",
    "uncontrolled",
    "controlled",
    "react",
    "rcp"
  ],
  "engines": {
    "node": ">=6"
  },
  "version": "3.0.0",
  "gitHead": "f28ececd4b2fab80551292239b568841c895177f",
  "dependencies": {
    "@rcp/use.persistfn": "^2.0.0"
  },
  "scripts": {
    "dist": "npm run dist:cjs && npm run dist:es",
    "dist:cjs": "rm -rf dist/cjs && tsc --module commonjs --outDir dist/cjs",
    "dist:es": "rm -rf dist/es && tsc --module ES6 --outDir dist/es",
    "test": "npx jest",
    "dev": "npm run dist -- -w",
    "version": "npm run dist && npm run doc",
    "doc": "documentation --markdown-toc=false readme dist/es/index.js -a public -s \"API\" && git add README.md"
  }
}