{
  "name": "@tramvai/module-child-app",
  "version": "6.82.4",
  "description": "Module for child apps",
  "browser": {
    "./lib/server.es.js": "./lib/browser.js",
    "./lib/server.js": "./lib/browser.js",
    "./lib/server/child/providers.js": "./lib/browser/child/providers.js",
    "./lib/server/child/singletonProviders.js": "./lib/browser/child/singletonProviders.js",
    "./lib/shared/child/extractorProviders.js": "./lib/shared/child/extractorProviders.browser.js",
    "./lib/shared/react/extractor.js": "./lib/shared/react/extractor.browser.js"
  },
  "main": "lib/server.js",
  "typings": "lib/server.d.ts",
  "files": [
    "lib"
  ],
  "sideEffects": false,
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tramvaijs/tramvai.git"
  },
  "scripts": {
    "build": "tramvai-build --forPublish --preserveModules",
    "watch": "tsc -w"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@loadable/server": "^5.15.0",
    "@tinkoff/env-validators": "0.5.4",
    "@tinkoff/errors": "0.7.4",
    "@tinkoff/logger": "^0.10.518",
    "@tinkoff/module-loader-client": "0.8.4",
    "@tinkoff/module-loader-server": "0.9.8",
    "@tinkoff/url": "0.12.4",
    "@tramvai/child-app-core": "6.82.4",
    "@tramvai/module-common": "6.82.4",
    "@tramvai/module-router": "6.82.4",
    "@tramvai/safe-strings": "0.9.3",
    "@tramvai/tokens-child-app": "6.82.4"
  },
  "peerDependencies": {
    "@tinkoff/dippy": "^1.0.0",
    "@tinkoff/router": "0.6.265",
    "@tinkoff/utils": "^2.1.2",
    "@tramvai/core": "6.82.4",
    "@tramvai/react": "6.82.4",
    "@tramvai/state": "6.82.4",
    "@tramvai/tokens-common": "6.82.4",
    "@tramvai/tokens-render": "6.82.4",
    "@tramvai/tokens-router": "6.82.4",
    "object-assign": "^4.1.1",
    "react": ">=16.14.0",
    "react-dom": ">=16.14.0",
    "semver": "^7.3.8",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@tramvai/module-http-client": "6.82.4",
    "@tramvai/module-react-query": "6.82.4",
    "@tramvai/module-render": "6.82.4",
    "@tramvai/module-router": "6.82.4",
    "@tramvai/module-server": "6.82.4",
    "@tramvai/react": "6.82.4",
    "@tramvai/react-query": "6.82.4",
    "@tramvai/state": "6.82.4"
  },
  "module": "lib/server.es.js"
}
