{
  "name": "@vkontakte/vkjs",
  "version": "2.0.2",
  "description": "VK shared JS libs",
  "type": "module",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib",
    "src",
    "build"
  ],
  "scripts": {
    "clear": "shx rm -rf lib",
    "prepare": "yarn build",
    "build": "yarn clear && concurrently 'yarn:build:*'",
    "test": "node --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test '**/*.test.*'",
    "lint": "concurrently 'yarn:lint:*'",
    "lint:tsc": "tsc --noEmit",
    "lint:eslint": "eslint ./src --ext .ts --fix",
    "prepublishOnly": "yarn build",
    "publish-package": "yarn install --check-files && yarn publish --non-interactive",
    "swc-base": "swc src/ --config-file package.swcrc --strip-leading-paths",
    "build:es6": "yarn swc-base -d lib",
    "build:types": "cross-env NODE_ENV=production tsc --project tsconfig.build.json",
    "size": "yarn build && size-limit",
    "docs": "typedoc"
  },
  "pre-commit": [
    "test",
    "lint"
  ],
  "size-limit": [
    {
      "name": "JS",
      "path": "lib/index.js",
      "import": "*"
    },
    {
      "name": "JS ES6 with querystring only import (tree shaking)",
      "path": "lib/index.js",
      "import": "{ querystring }"
    },
    {
      "name": "JS ES6 with leadingZero only import (tree shaking)",
      "path": "lib/index.js",
      "import": "{ leadingZero }"
    },
    {
      "name": "JS ES6 with decodeHTMLEntities only import (tree shaking)",
      "path": "lib/index.js",
      "import": "{ decodeHTMLEntities }"
    },
    {
      "name": "JS ES6 with decodeHTMLFullEntities only import (tree shaking)",
      "path": "lib/index.js",
      "import": "{ decodeHTMLFullEntities }"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VKCOM/vkjs.git"
  },
  "author": "VK Team <https://vk.com/team>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VKCOM/vkjs/issues"
  },
  "homepage": "https://github.com/VKCOM/vkjs#readme",
  "devDependencies": {
    "@size-limit/file": "^11.0.2",
    "@size-limit/webpack": "^11.0.2",
    "@swc/cli": "^0.7.8",
    "@swc/core": "^1.13.1",
    "@swc/plugin-transform-imports": "^9.0.0",
    "@types/node": "^24.0.3",
    "@types/react": "^19.0.1",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "@vkontakte/eslint-plugin": "^1.1.1",
    "@vkontakte/prettier-config": "^0.2.1",
    "concurrently": "^9.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^5.0.0",
    "global-jsdom": "^27.0.0",
    "jsdom": "^27.0.0",
    "pre-commit": "1.2.2",
    "prettier": "^3.0.2",
    "react": "^19.0.0",
    "shx": "^0.4.0",
    "size-limit": "^11.0.0",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.0",
    "typedoc-plugin-mdn-links": "^5.0.1",
    "typescript": "^5.8.3"
  },
  "resolutions": {
    "@typescript-eslint/eslint-plugin": "7.4.0",
    "@typescript-eslint/parser": "7.4.0"
  },
  "dependencies": {
    "@swc/helpers": "^0.5.0",
    "clsx": "^2.1.1"
  },
  "prettier": "@vkontakte/prettier-config",
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
