{
  "name": "@epam/uui-db",
  "version": "6.5.2",
  "description": "UUI - client-side relational state cache",
  "author": "EPAM",
  "license": "MIT",
  "module": "index.esm.js",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "ts-node -T ../uui-build/ts/scripts/buildUuiModule.ts",
    "perf": "npx ts-node -T ./src/__benchmarks__/index.ts",
    "perf-prof": "node -r ts-node/register/transpile-only --prof ./src/__benchmarks__/index.ts",
    "prepublish": "yarn build"
  },
  "dependencies": {
    "@epam/uui-core": "6.5.2",
    "@types/lodash.countby": "4.6.6",
    "@types/lodash.filter": "4.6.6",
    "@types/lodash.foreach": "4.5.6",
    "@types/lodash.groupby": "4.6.6",
    "@types/lodash.isempty": "4.4.6",
    "@types/lodash.map": "4.6.13",
    "@types/lodash.merge": "4.6.6",
    "@types/lodash.pick": "4.4.6",
    "@types/lodash.transform": "4.6.6",
    "@types/lodash.zip": "4.2.6",
    "@types/shallowequal": "^1.1.1",
    "immutable": "3.8.2",
    "lodash.countby": "4.6.0",
    "lodash.filter": "4.6.0",
    "lodash.foreach": "4.5.0",
    "lodash.groupby": "4.6.0",
    "lodash.isempty": "4.4.0",
    "lodash.map": "4.6.0",
    "lodash.merge": "4.6.2",
    "lodash.pick": "4.4.0",
    "lodash.transform": "4.6.0",
    "lodash.zip": "4.2.0",
    "react-fast-compare": "^3.2.2",
    "shallowequal": "^1.1.0",
    "sorted-btree": "^1.2.1"
  },
  "devDependencies": {
    "@types/benchmark": "^1.0.31",
    "benny": "^3.6.14",
    "ts-node": "10.9.1"
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/epam/UUI"
  },
  "gitHead": "8248a65ee62b2a6b3fb065327869cc6f7d756698",
  "publishConfig": {
    "directory": "build"
  }
}