{
  "name": "next-ssr-form",
  "version": "1.0.4",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=12"
  },
  "homepage": "https://github.com/KATT/next-ssr-form",
  "scripts": {
    "dev": "yarn start",
    "start": "tsdx watch --tsconfig ./tsconfig.tsdx.json",
    "build": "tsdx build --tsconfig ./tsconfig.tsdx.json",
    "test": "tsdx test",
    "lint": "tsdx lint --tsconfig ./tsconfig.tsdx.json",
    "prepare": "tsdx build --tsconfig ./tsconfig.tsdx.json",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "bump-example": "cd examples/typescript && yarn add next-ssr-form && git add ../../. && git commit -m 'bump example' && git push",
    "dev-next": "next dev"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.tsdx.json"
      }
    },
    "testPathIgnorePatterns": [
      "/examples/"
    ]
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "author": "KATT",
  "module": "dist/next-ssr-form.esm.js",
  "size-limit": [
    {
      "path": "dist/next-ssr-form.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/next-ssr-form.esm.js",
      "limit": "10 KB"
    }
  ],
  "dependencies": {},
  "peerDependencies": {
    "formik": ">=2",
    "next": ">=10",
    "react": ">=17",
    "zod": ">=1.10"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^4.9.1",
    "@testing-library/jest-dom": "^5.11.8",
    "@testing-library/react": "^11.2.2",
    "@types/node-fetch": "^2.5.7",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "formik": "^2.2.6",
    "husky": "^4.3.6",
    "next": "^10.0.4",
    "playwright": "^1.7.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "size-limit": "^4.9.1",
    "tsdx": "^0.14.1",
    "tslib": "^2.0.3",
    "typescript": "^4.1.3",
    "zod": "^1.11.11"
  }
}
