{
  "name": "@vkontakte/vk-bridge",
  "version": "3.0.1",
  "description": "Connects a Mini App with VK client",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/browser.min.js": "./dist/browser.min.js"
  },
  "main": "dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "scripts",
    "src"
  ],
  "scripts": {
    "watch": "rslib --watch",
    "build": "rslib",
    "prepack": "yarn run build",
    "test": "node --test 'src/*.test.*'",
    "lint:types": "tsc -b",
    "postinstall": "node scripts/postinstall.js"
  },
  "author": {
    "name": "VK",
    "url": "https://vk.ru"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/VKCOM/vk-bridge",
    "directory": "packages/core"
  },
  "devDependencies": {
    "@rslib/core": "^0.21.2",
    "@types/node": "^25.6.0",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@swc/helpers": "^0.5.21"
  }
}