{
  "name": "@shipb/formvoltron",
  "version": "0.0.15",
  "description": "A custom react hook for forms",
  "main": "dist/formvoltron.js",
  "umd:main": "dist/formvoltron.umd.js",
  "module": "dist/formvoltron.m.js",
  "source": "src/index.js",
  "scripts": {
    "test": "jest",
    "build": "microbundle -o dist/ --sourcemap false --compress false",
    "dev": "microbundle watch -o dist/ --sourcemap false --compress false"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sweatercomeback/formvoltron.git"
  },
  "keywords": [
    "react",
    "hooks",
    "form"
  ],
  "author": "Ship B, LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sweatercomeback/formvoltron/issues"
  },
  "homepage": "https://github.com/sweatercomeback/formvoltron#readme",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.2",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "next",
    "jest": "^24.8.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "regenerator-runtime": "^0.13.3"
  },
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "dependencies": {
    "@testing-library/react": "^9.1.3",
    "microbundle": "^0.11.0"
  }
}
