{
  "name": "@graphenedata/malloy",
  "version": "0.0.316",
  "license": "MIT",
  "exports": {
    ".": "./dist/index.js",
    "./test": "./dist/test/index.js",
    "./connection": "./dist/connection/index.js",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "index": [
        "./dist/index.d.ts"
      ],
      "test": [
        "./dist/test/index.d.ts"
      ],
      "connection": [
        "./dist/connection/index.d.ts"
      ]
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/graphenedata/malloy#readme",
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphenedata/malloy"
  },
  "scripts": {
    "test": "jest --config=../../jest.config.js",
    "build-parser": "node src/lang/grammar/build_parser.js",
    "clean": "tsc --build --clean && rm -rf src/lang/lib dist",
    "build": "npm run build-parser && tsc --build",
    "malloyc": "ts-node ../../scripts/malloy-to-json",
    "prepublishOnly": "npm run clean && npm run build",
    "generate-version-file": "VERSION=$(npm pkg get version --workspaces=false | tr -d \\\")\necho \"// generated with 'generate-version-file' script; do not edit manually\\nexport const MALLOY_VERSION = '$VERSION';\" > src/version.ts"
  },
  "dependencies": {
    "@malloydata/malloy-filter": "0.0.313",
    "@malloydata/malloy-interfaces": "0.0.313",
    "@malloydata/malloy-tag": "0.0.313",
    "antlr4ts": "^0.5.0-alpha.4",
    "assert": "^2.0.0",
    "jaro-winkler": "^0.2.8",
    "jest-diff": "^29.6.2",
    "lodash": "^4.17.20",
    "luxon": "^2.4.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/jaro-winkler": "^0.2.3",
    "@types/lodash": "^4.14.165",
    "@types/luxon": "^2.4.0",
    "antlr4ts-cli": "^0.5.0-alpha.4"
  }
}
