{
  "name": "twa-client-sdk-react",
  "version": "0.0.11",
  "description": "React bindings for Web Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Web Apps client SDK.",
  "keywords": [
    "telegram",
    "telegram-web-apps",
    "twa",
    "sdk",
    "react"
  ],
  "homepage": "https://github.com/Telegram-Web-Apps/client-sdk-react#readme",
  "bugs": {
    "url": "https://github.com/Telegram-Web-Apps/client-sdk-react/issues"
  },
  "license": "MIT",
  "author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Telegram-Web-Apps/client-sdk-react.git"
  },
  "type": "module",
  "sideEffects": false,
  "main": "dist/index.cjs",
  "browser": "dist/browser.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    "web": "./dist/index.mjs",
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "scripts": {
    "dev": "rollup --watch --config rollup.dev.config.js",
    "test": "tsc --noEmit",
    "build": "rollup --config rollup.config.js",
    "commit": "cz",
    "prerelease": "yarn test && yarn build",
    "release": "standard-version -a",
    "postrelease": "git push --follow-tags origin main & yarn publish --non-interactive"
  },
  "peerDependencies": {
    "@types/react": "^17.0.0 || ^18.0.0",
    "react": "^17.0.0 || ^18.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "twa-client-sdk": "^2.1.2",
    "twa-theme-params": "^0.0.10"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-replace": "^5.0.1",
    "@rollup/plugin-typescript": "^9.0.2",
    "@types/react-dom": "^18.0.6",
    "commitizen": "^4.2.5",
    "cz-conventional-changelog": "^3.3.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-serve": "^2.0.1",
    "rollup-plugin-size-snapshot": "^0.12.0",
    "rollup-plugin-terser": "^7.0.2",
    "standard-version": "^9.5.0",
    "typescript": "^4.8.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
