{
  "name": "@wix/editor-react-types",
  "version": "1.0.101",
  "description": "React types for Wix Editor components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "license": "MIT",
  "author": "wix",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "tsc -b . --force && npm run docs && yarn run -T build:bundles editor-react-types",
    "docs": "docs-ts-model --entryPoint src/index.ts",
    "lint": "yarn run -T lint:package $npm_package_name",
    "test": "yarn test-type-check && vitest --run",
    "test-type-check": "tsc --project tsconfig.test.json",
    "clean": "rm -rf coverage dist target tsconfig.tsbuildinfo"
  },
  "dependencies": {
    "react": "^18.3.1"
  },
  "devDependencies": {
    "@wix/docs-ts-model": "^1.57.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "publishUnscoped": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.npm",
      "artifactId": "editor-react-types",
      "targets": {
        "docker": false,
        "static": {
          "folderToUpload": "dist/bundles"
        },
        "build-docs": true
      }
    },
    "validations": {
      "postBuild": [
        "test",
        "lint"
      ]
    }
  },
  "type": "module",
  "falconPackageHash": "975a40cba5c6c3adec0c76ecaec0bf637fcc8a7e4b05205289693035"
}