{
  "name": "@tramvai/module-common",
  "version": "6.80.23",
  "description": "",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "__migrations__"
  ],
  "browser": {
    "./lib/actions/actionPageRunner.js": "./lib/actions/actionPageRunner.browser.js",
    "./lib/actions/deferred/providers.js": "./lib/actions/deferred/providers.browser.js",
    "./lib/async-local-storage/server.js": "./lib/async-local-storage/browser.js",
    "./lib/cache/cacheFactory.js": "./lib/cache/cacheFactory.browser.js",
    "./lib/cache/serverProviders.js": "./lib/cache/clientProviders.js",
    "./lib/child-app/serverProviders.js": "./lib/child-app/clientProviders.js",
    "./lib/index.es.js": "./lib/index.browser.js",
    "./lib/providers/serverProviders.js": "./lib/providers/clientProviders.js",
    "./lib/requestManager/RequestManagerModule.js": "./lib/requestManager/RequestManagerModule.browser.js",
    "./lib/responseManager/ResponseManagerModule.js": "./lib/responseManager/ResponseManagerModule.browser.js"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tramvaijs/tramvai.git"
  },
  "scripts": {
    "build": "tramvai-build --forPublish --preserveModules",
    "watch": "tsc -w"
  },
  "dependencies": {
    "@akashbabu/lfu-cache": "1.0.2",
    "@tinkoff/errors": "0.7.4",
    "@tinkoff/hook-runner": "0.8.4",
    "@tinkoff/lru-cache-nano": "^7.9.0",
    "@tinkoff/pubsub": "0.9.3",
    "@tinkoff/url": "0.12.4",
    "@tramvai/experiments": "6.80.23",
    "@tramvai/module-cookie": "6.80.23",
    "@tramvai/module-environment": "6.80.23",
    "@tramvai/module-log": "6.80.23",
    "@tramvai/safe-strings": "0.9.3",
    "@tramvai/tokens-child-app": "6.80.23",
    "@tramvai/tokens-common": "6.80.23",
    "@tramvai/tokens-core-private": "6.80.23",
    "@tramvai/tokens-metrics": "6.80.23",
    "@tramvai/tokens-render": "6.80.23",
    "@tramvai/tokens-router": "6.80.23",
    "@tramvai/tokens-server-private": "6.80.23",
    "@tramvai/types-actions-state-context": "6.80.23",
    "hoist-non-react-statics": "^3.3.1"
  },
  "peerDependencies": {
    "@tinkoff/dippy": "^1.0.0",
    "@tinkoff/utils": "^2.1.2",
    "@tramvai/cli": "6.80.23",
    "@tramvai/core": "6.80.23",
    "@tramvai/papi": "6.80.23",
    "@tramvai/react": "6.80.23",
    "@tramvai/state": "6.80.23",
    "@tramvai/tokens-server": "6.80.23",
    "react": ">=16.14.0",
    "tslib": "^2.4.0"
  },
  "module": "lib/index.es.js",
  "license": "Apache-2.0"
}
