@telegram-apps/sdk-react
Version:
React bindings for Mini Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Mini Apps client SDK.
62 lines • 1.57 kB
JSON
{
"name": "@telegram-apps/sdk-react",
"version": "3.2.0",
"description": "React bindings for Mini Apps client SDK. Contains hooks, components and other useful tools which allow usage of React along with Mini Apps client SDK.",
"author": "Vladislav Kibenko <wolfram.deus@gmail.com>",
"homepage": "https://github.com/Telegram-Mini-Apps/telegram-apps#readme",
"repository": {
"type": "git",
"url": "git@github.com:Telegram-Mini-Apps/telegram-apps.git",
"directory": "packages/sdk-react"
},
"bugs": {
"url": "https://github.com/Telegram-Mini-Apps/telegram-apps/issues"
},
"keywords": [
"telegram-mini-apps",
"typescript",
"sdk",
"react"
],
"license": "MIT",
"type": "module",
"sideEffects": false,
"files": [
"dist"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/dts/index.d.ts",
"exports": {
".": {
"types": "./dist/dts/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.cjs"
}
},
"dependencies": {
"@telegram-apps/sdk": "^3.7.1"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@types/react": "^19.0.0",
"react": "^19.0.0",
"tsconfig": "0.0.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"typecheck": "tsc --noEmit",
"build": "vite build"
}
}