{
  "name": "@yandex/smart-captcha",
  "version": "2.9.1",
  "main": "index.js",
  "module": "module.mjs",
  "exports": {
    "types": "./index.d.ts",
    "import": "./module.mjs",
    "require": "./index.js"
  },
  "scripts": {
    "start": "start-storybook -p 6006",
    "build": "tsc -b",
    "format:js": "prettier --write src/**/*.{ts,tsx}",
    "unit": "jest --config ./.config/jest.config.js",
    "unit:coverage": "npm run unit -- --coverage"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {},
  "description": "Yandex Smart Captcha react component",
  "homepage": "https://yandex.cloud/en/docs/smartcaptcha/concepts/react",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
