{
  "name": "formik-material-ui",
  "version": "4.0.0-alpha.2",
  "license": "MIT",
  "typings": "dist/main.d.ts",
  "sideEffects": false,
  "peerDependencies": {
    "@emotion/react": ">=11.4.1",
    "@emotion/styled": ">=11.3.0",
    "@mui/material": ">=5.0.0",
    "formik": ">=2.2.9",
    "react": ">=17.0.2",
    "tiny-warning": ">=1.0.3"
  },
  "keywords": [
    "react",
    "formik",
    "material-ui",
    "mui",
    "form"
  ],
  "prettier": {
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stackworx/formik-material-ui"
  },
  "jest": {
    "globals": {
      "__DEV__": "boolean"
    },
    "testEnvironment": "jsdom",
    "testURL": "http://localhost/",
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "roots": [
      "src"
    ],
    "testRegex": "(/src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "files": [
    "dist"
  ],
  "main": "./dist/main.js",
  "module": "./dist/esm/main.js",
  "scripts": {
    "typecheck": "tsc",
    "build": "cross-env NODE_ENV=production tsc --noEmit --project ./tsconfig.package.json",
    "package": "rimraf build dist && cross-env NODE_ENV=production tsc -p ./tsconfig.package.json && rollup -c && rimraf .rpt2_cache dist/.rpt2_cache",
    "test": "jest",
    "test:updateSnapshot": "jest --updateSnapshot",
    "lint": "eslint \"./{src,stories}/**/*.{tsx,ts,js}\"",
    "lint:fix": "eslint --fix \"./{src,stories}/**/*.{tsx,ts,js}\"",
    "prepublishOnly": "yarn test && yarn build && yarn package"
  },
  "gitHead": "0b7abba62cc57208ae996071c1991bbedd25bb2f"
}
