{
  "name": "@cubejs-backend/shared",
  "version": "1.7.42",
  "description": "Shared code for Cube backend packages",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && npm run tsc",
    "tsc": "tsc",
    "watch": "tsc -w",
    "unit": "jest --coverage"
  },
  "files": [
    "README.md",
    "dist/src/*"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "author": "Cube Dev, Inc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/cube-js/cube.git",
    "directory": "packages/cubejs-backend-shared"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@cubejs-backend/linter": "1.7.42",
    "@types/bytes": "^3.1.5",
    "@types/cli-progress": "^3.9.1",
    "@types/jest": "^29",
    "@types/node": "^22",
    "@types/node-fetch": "^2.5.8",
    "@types/shelljs": "^0.8.5",
    "@types/throttle-debounce": "^2.1.0",
    "jest": "^29",
    "ts-jest": "^29.4.12",
    "typescript": "~6.0.3"
  },
  "dependencies": {
    "@oclif/color": "^1.0.0",
    "bytes": "^3.1.2",
    "cli-progress": "^3.10.0",
    "cross-spawn": "^7.0.3",
    "env-var": "^6.3.0",
    "fs-extra": "^11.1.1",
    "generic-pool": "^3.9.0",
    "lru-cache": "^11.1.0",
    "moment-range": "^4.0.2",
    "moment-timezone": "^0.5.48",
    "node-fetch": "^2.7.0",
    "node-stream-zip": "^1.16.0",
    "proxy-agent": "^6.5.0",
    "shelljs": "^0.8.5",
    "tar": "^7.5.22",
    "throttle-debounce": "^3.0.1",
    "uuid": "^11.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "colors": "1.4.0"
  },
  "gitHead": "919434f42b50183179e97d1eed85696bafb05ae2"
}
