{
  "name": "@cubejs-backend/schema-compiler",
  "description": "Cube schema compiler",
  "author": "Cube Dev, Inc.",
  "version": "1.6.49",
  "repository": {
    "type": "git",
    "url": "https://github.com/cube-js/cube.git",
    "directory": "packages/cubejs-schema-compiler"
  },
  "engines": {
    "node": "^14.0.0 || ^16.0.0 || >=17.0.0"
  },
  "files": [
    "dist/src"
  ],
  "main": "dist/src/index.js",
  "typings": "dist/src/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && npm run tsc",
    "generate": "antlr4 -Dlanguage=TypeScript -visitor src/parser/GenericSql.g4 src/parser/Python3Lexer.g4 src/parser/Python3Parser.g4",
    "tsc": "tsc",
    "watch": "tsc -w",
    "test": "npm run unit && npm run integration",
    "unit": "TZ=UTC jest --coverage dist/test/unit",
    "integration": "TZ=UTC jest dist/test/integration/*",
    "integration:mssql": "TZ=UTC jest dist/test/integration/mssql",
    "integration:mysql": "TZ=UTC jest dist/test/integration/mysql",
    "integration:postgres": "TZ=UTC jest dist/test/integration/postgres",
    "integration:clickhouse": "TZ=UTC jest dist/test/integration/clickhouse",
    "lint": "eslint src/* test/* --ext .ts,.js",
    "lint:fix": "eslint --fix src/* test/* --ext .ts,.js"
  },
  "dependencies": {
    "@babel/code-frame": "^7.24",
    "@babel/core": "^7.24",
    "@babel/generator": "^7.24",
    "@babel/parser": "^7.24",
    "@babel/preset-env": "^7.24",
    "@babel/standalone": "^7.24",
    "@babel/traverse": "^7.24",
    "@babel/types": "^7.24",
    "@cubejs-backend/native": "1.6.49",
    "@cubejs-backend/shared": "1.6.49",
    "antlr4": "^4.13.2",
    "camelcase": "^6.2.0",
    "cron-parser": "^4.9.0",
    "humps": "^2.0.1",
    "inflection": "^1.12.0",
    "joi": "^17.13.3",
    "js-yaml": "^4.1.0",
    "lru-cache": "^11.1.0",
    "moment-timezone": "^0.5.48",
    "node-dijkstra": "^2.5.0",
    "ramda": "^0.27.2",
    "syntax-error": "^1.3.0",
    "uuid": "^8.3.2",
    "workerpool": "^9.2.0",
    "yaml": "^2.7.1"
  },
  "devDependencies": {
    "@clickhouse/client": "^1.12.0",
    "@cubejs-backend/linter": "1.6.49",
    "@cubejs-backend/mssql-driver": "1.6.49",
    "@cubejs-backend/query-orchestrator": "1.6.49",
    "@types/babel__code-frame": "^7.0.6",
    "@types/babel__generator": "^7.6.8",
    "@types/babel__traverse": "^7.20.5",
    "@types/inflection": "^1.5.28",
    "@types/jest": "^29",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20",
    "@types/node-dijkstra": "^2.5.6",
    "@types/ramda": "^0.27.34",
    "@types/sqlstring": "^2.3.0",
    "@types/syntax-error": "^1.4.1",
    "@types/uuid": "^8.3.0",
    "jest": "^29",
    "moment": "^2.30.1",
    "mysql": "^2.18.1",
    "node-fetch": "2",
    "pg-promise": "^11.5.5",
    "source-map-support": "^0.5.19",
    "sqlstring": "^2.3.1",
    "testcontainers": "^10.28.0",
    "typescript": "~5.2.2"
  },
  "license": "Apache-2.0",
  "eslintConfig": {
    "extends": "../cubejs-linter"
  },
  "gitHead": "68b870ea35da5c4b3ce275e1042a1cddb6186e75"
}
