{
  "name": "@balena/abstract-sql-compiler",
  "version": "11.3.21",
  "description": "A translator for abstract sql into sql.",
  "type": "module",
  "main": "out/abstract-sql-compiler.js",
  "types": "out/abstract-sql-compiler.d.ts",
  "files": [
    "out/"
  ],
  "scripts": {
    "build": "tsc --project ./tsconfig.build.json",
    "pretest": "npm run build",
    "test": "mocha",
    "posttest": "npm run lint",
    "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npm run build",
    "lint-fix": "balena-lint --fix src/ test/",
    "lint": "balena-lint src/ test/ && tsc --noEmit"
  },
  "repository": "https://github.com/balena-io-modules/abstract-sql-compiler.git",
  "author": "",
  "peerDependencies": {
    "@balena/sbvr-types": "^7.1.0 || ^8.0.0 || ^9.0.2 || ^10.0.0 || ^11.0.0"
  },
  "devDependencies": {
    "@balena/lf-to-abstract-sql": "^6.0.0",
    "@balena/lint": "^9.3.2",
    "@balena/odata-parser": "^4.2.6",
    "@balena/odata-to-abstract-sql": "^10.0.1",
    "@balena/sbvr-parser": "^1.4.12",
    "@swc-node/register": "^1.11.1",
    "@types/chai": "^5.2.2",
    "@types/common-tags": "^1.8.4",
    "@types/mocha": "^10.0.10",
    "@types/node": "^20.19.11",
    "chai": "^6.0.0",
    "common-tags": "^1.8.2",
    "husky": "^9.1.7",
    "lint-staged": "^17.0.0",
    "mocha": "^11.7.1",
    "typescript": "^5.9.2"
  },
  "lint-staged": {
    "*.ts": [
      "balena-lint --fix"
    ]
  },
  "mocha": {
    "reporter": "spec",
    "recursive": true,
    "require": "@swc-node/register/esm-register",
    "enable-source-maps": true,
    "bail": true,
    "_": "test/**/*.ts"
  },
  "engines": {
    "node": ">=20.14.0",
    "npm": ">=10.7.0"
  },
  "versionist": {
    "publishedAt": "2026-05-09T10:07:41.765Z"
  }
}
