{
  "name": "@twa-dev/sdk",
  "version": "8.0.2",
  "main": "dist/index.js",
  "sideEffects": [
    "./dist/telegram-web-apps.js"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./react": {
      "import": "./dist/react/index.js",
      "types": "./dist/react/index.d.ts",
      "default": "./dist/react/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "react": [
        "./dist/react/index.d.ts"
      ]
    }
  },
  "repository": "https://github.com/twa-dev/sdk.git",
  "keywords": [
    "telegram",
    "telegram web apps",
    "telegram bot",
    "sdk",
    "bot"
  ],
  "author": "Artur Stambultsian <bumbledos@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^19.0.8",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-react": "^7.31.8",
    "prettier": "^2.7.1",
    "react": "^18.3.1",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "test": "eslint --ext .ts,.tsx ./",
    "build": "rm -rf dist && npm run test && tsc --outDir dist/"
  },
  "dependencies": {
    "@twa-dev/types": "^8.0.1"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  }
}
