{
  "name": "@vkontakte/vk-bridge",
  "version": "2.15.12",
  "description": "Connects a Mini App with VK client",
  "license": "MIT",
  "main": "dist/index.js",
  "browser": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "umdName": "vkBridge",
  "types": "dist/types/src/index.d.ts",
  "typesVersions": {
    "<4.0": {
      "*": [
        "dist/types3.8.3/src/index.d.ts"
      ]
    }
  },
  "files": [
    "dist",
    "scripts"
  ],
  "scripts": {
    "watch": "yarn run --top-level rollup -c -w",
    "build": "NODE_ENV=production yarn run --top-level rollup -c && yarn run build:legacy-types",
    "build:legacy-types": "yarn run --top-level rollup -c rollup.config-legacy-types.mjs >/dev/null",
    "prepack": "yarn run build",
    "test": "yarn run --top-level jest --config ../../jest.config.js",
    "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"
  }
}