{
  "name": "binding-blocks",
  "version": "0.0.25",
  "description": "React 2-way data binding to easily manage complex forms and data structures.",
  "main": "dist/lib/index.js",
  "module": "dist/es/index.js",
  "browser": "dist/umd/index.js",
  "types": "dist/types/src/index.d.ts",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "NODE_ENV=production rollup -c",
    "start": "NODE_ENV=development rollup -c -w",
    "test": "NODE_ENV=test jest",
    "test:watch": "NODE_ENV=test jest --watch",
    "test:coverage": "NODE_ENV=test jest --coverage",
    "test:clear": "NODE_ENV=test jest --clearCache",
    "docs": "npx styleguidist server",
    "docs:build": "npx styleguidist build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StayDistributed/binding-blocks.git"
  },
  "keywords": [
    "react",
    "data-binding",
    "forms"
  ],
  "author": "Michele Salvini <info@staydistributed.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/StayDistributed/binding-blocks/issues"
  },
  "homepage": "https://github.com/StayDistributed/binding-blocks#readme",
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-react": "^7.9.4",
    "@babel/preset-typescript": "^7.9.0",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-html": "^0.1.1",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "@rollup/plugin-replace": "^2.3.1",
    "@rollup/plugin-typescript": "^4.0.0",
    "@types/jest": "^25.1.4",
    "@types/react": "^16.9.26",
    "@types/react-dom": "^16.9.5",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.25.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "coveralls": "^3.1.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^2.5.0",
    "jest": "^25.2.3",
    "prettier": "^2.0.2",
    "react": "^16.13.1",
    "react-docgen-typescript": "^1.16.3",
    "react-dom": "^16.13.1",
    "react-styleguidist": "^11.0.5",
    "react-test-renderer": "^16.13.1",
    "rollup": "^2.2.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-serve": "^1.0.1",
    "ts-loader": "^6.2.2",
    "tslib": "^1.11.1",
    "typescript": "^3.8.3",
    "webpack": "^4.42.1",
    "whatwg-fetch": "^3.0.0"
  }
}
