{
  "name": "telegram-mini-app-ui",
  "version": "0.0.26",
  "description": "TWA Component Library",
  "main": "./src/index.ts",
  "type": "commonjs",
  "keywords": [
    "twa",
    "ui"
  ],
  "scripts": {
    "build": "webpack --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Culture3k-lab/telegram-mini-app-ui.git"
  },
  "author": "Culture3k",
  "license": "ISC",
  "homepage": "https://github.com/Culture3k-lab/telegram-mini-app-ui#readme",
  "dependencies": {
    "react": "^18"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.0.0",
    "@types/react": "^18",
    "babel-loader": "^8.0.0",
    "webpack": "^5.0.0",
    "webpack-cli": "^4.10.0"
  }
}
