{
  "name": "@wix/form-public",
  "version": "0.255.0",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./index.css": "./dist/index.css"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsup --experimental-dts",
    "build:watch": "tsup --experimental-dts --watch",
    "clean": "rm -rf dist",
    "lint": ":",
    "test": "jest"
  },
  "dependencies": {
    "@wix/essentials": "^0.1.28",
    "i18next": "^19.9.2",
    "lodash.camelcase": "^4.3.0",
    "lodash.mapkeys": "^4.6.0",
    "react-i18next": "^11.18.6"
  },
  "devDependencies": {
    "@babel/runtime": "^7.28.4",
    "@microsoft/api-extractor": "^7.57.6",
    "@types/jest": "^29.5.14",
    "@types/lodash.camelcase": "^4.3.9",
    "@types/lodash.mapkeys": "^4.6.9",
    "@types/react": "^18.3.27",
    "@wix/fe-essentials": "^1.901.0",
    "@wix/fe-essentials-standalone": "^1.1410.0",
    "@wix/form-fields": "^3.0.0",
    "@wix/form-viewer": "^3.0.0",
    "esbuild-sass-plugin": "^3.6.0",
    "jest": "^27.5.1",
    "postcss": "^8.5.6",
    "react": "^18.3.1",
    "ts-jest": "^29.4.5",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "yarn lint --fix"
    ]
  },
  "peerDependencies": {
    "react": "^18.3.1"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress",
      "artifactId": "form-public"
    },
    "validations": {
      "postDependenciesBuild": [
        "test"
      ]
    }
  },
  "falconPackageHash": "e4485cd675b5b14fab7ae6cb2c82d26bc620e7679408391a92385702"
}