{
  "name": "tg-mini-app-binder",
  "version": "1.0.1",
  "description": "A modular and extendable wrapper for the Telegram Mini App API to simplify interactions between your web app and the Telegram client.",
  "main": "src/index.js",
  "exports": {
    ".": {
      "default": "/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "README.md",
    "/src/index.js",
    "/src/modules/LinksModule.js",
    "/src/modules/MessagingModule.js",
    "/src/modules/UIModule.js",
    "/src/modules/UserModule.js",
    "/src/modules/WebAppModule.js"
  ],
  "scripts": {
    "build": "webpack --mode=production",
    "dev": "webpack --mode=development --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "telegram",
    "mini-app",
    "twa",
    "telegram-web-app",
    "binder",
    "wrapper"
  ],
  "author": "Y0red",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Y0red/tg-mini-app-binder/issues"
  },
  "homepage": "https://github.com/Y0red/tg-mini-app-binder#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/react.git",
    "directory": "packages/react"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
