{
  "name": "twa-client-sdk",
  "version": "2.1.2",
  "description": "TypeScript reimplemented Source Development Kit for Telegram Web Apps client application.",
  "keywords": [
    "telegram",
    "telegram-web-apps",
    "twa",
    "sdk"
  ],
  "homepage": "https://github.com/Telegram-Web-Apps/client-sdk#readme",
  "bugs": {
    "url": "https://github.com/Telegram-Web-Apps/client-sdk/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.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 master & yarn publish --non-interactive"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-typescript": "^9.0.2",
    "commitizen": "^4.2.5",
    "cz-conventional-changelog": "3.3.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^3.2.3",
    "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.3"
  },
  "dependencies": {
    "twa-core": "^0.0.15",
    "twa-init-data": "^3.0.3",
    "twa-theme-params": "^0.0.10"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
