{
  "name": "@j.u.p.iter/react-switcher",
  "version": "1.0.0",
  "description": "The best react switcher ever",
  "keywords": [
    "react-switcher",
    "react-toggler",
    "react",
    "switcher",
    "toggler"
  ],
  "main": "dist/lib/react-switcher.cjs.js",
  "module": "dist/lib/react-switcher.esm.js",
  "umd:main": "dist/lib/react-switcher.umd.min.js",
  "source": "dist/lib/react-switcher.js",
  "typings": "dist/types",
  "repository": "git@github.com:j-u-p-iter/react-switcher.git",
  "author": "Leontyev Kirill (j.u.p.iter) <pn79122821224@gmail.com> (http://j-u-p-iter.pro/)",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "commit": "jupiter-scripts precommit --allowJs",
    "build": "jupiter-scripts build --bundle",
    "start": "yarn run build --watch",
    "lint": "jupiter-scripts lint --format codeFrame",
    "lint:fix": "yarn run lint --fix",
    "test": "jupiter-scripts test"
  },
  "peerDependencies": {
    "react": ">=16.4.2"
  },
  "devDependencies": {
    "@j.u.p.iter/jupiter-scripts": "1.8.0",
    "@types/react": "^16.7.18",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-testing-library": "^5.4.2"
  }
}
