{
  "name": "@memberjunction/sql-parser",
  "type": "module",
  "version": "5.49.0",
  "description": "MemberJunction: SQL parsing utilities — table/column extraction with AST and regex fallback",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc && tsc-alias -f",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "author": "MemberJunction.com",
  "license": "ISC",
  "dependencies": {
    "node-sql-parser": "^5.4.0",
    "@memberjunction/sql-dialect": "5.49.0"
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "vitest": "^3.1.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MemberJunction/MJ"
  }
}
