{
  "name": "@cubejs-backend/cubestore",
  "version": "1.7.43",
  "description": "Cube pre-aggregation storage layer.",
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "engines": {
    "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  },
  "bin": {
    "cubestore-dev": "bin/cubestore-dev"
  },
  "scripts": {
    "build": "rm -rf dist && npm run tsc",
    "tsc": "tsc",
    "watch": "tsc -w",
    "unit": "jest",
    "unit:debug": "jest --runInBand",
    "version": "node scripts/sync-cargo-version.js",
    "postinstall": "node bin/post-install"
  },
  "files": [
    "dist/src",
    "bin"
  ],
  "author": "Cube Dev, Inc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/cube-js/cube.git",
    "directory": "rust/cubestore"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@cubejs-backend/linter": "1.7.43",
    "@types/jest": "^29",
    "@types/node": "^22",
    "jest": "^29",
    "typescript": "~6.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@cubejs-backend/shared": "1.7.43",
    "@octokit/core": "^5.2.2",
    "source-map-support": "^0.5.19"
  },
  "jest": {
    "roots": [
      "<rootDir>/dist"
    ],
    "testMatch": [
      "<rootDir>/dist/test/*.(test|spec).(js)"
    ],
    "testEnvironment": "node"
  },
  "gitHead": "a7e05bd785cf372c1ed2f36f610a81becff64707"
}
