{
  "name": "@balena/lf-to-abstract-sql",
  "version": "6.0.2",
  "description": "LF to Abstract SQL translator.",
  "main": "index.js",
  "scripts": {
    "lint": "balena-lint -e js test index.js",
    "lint-fix": "balena-lint --fix -e js test index.js",
    "pretest": "npm run prepare",
    "test": "mocha",
    "test-profile": "npm run prepare && npm run test -- --inspect-brk=0.0.0.0",
    "posttest": "npm run lint",
    "prepublish": "require-npm4-to-publish",
    "prepare": "ometajs2js --commonjs --input lf-to-abstract-sql.ometajs --output lf-to-abstract-sql.js && ometajs2js --commonjs --input lf-to-abstract-sql-prep.ometajs --output lf-to-abstract-sql-prep.js && ometajs2js --commonjs --input sbvr-compiler-libs.ometajs --output sbvr-compiler-libs.js"
  },
  "repository": "https://github.com/balena-io-modules/lf-to-abstract-sql.git",
  "author": "",
  "license": "BSD",
  "engines": {
    "node": ">=22.2.0",
    "npm": ">=10.7.0"
  },
  "dependencies": {
    "@balena/sbvr-parser": "^1.4.3",
    "lodash": "^4.17.21",
    "ometa-js": "^1.5.4"
  },
  "devDependencies": {
    "@balena/lint": "^6.2.1",
    "@balena/sbvr-types": "^11.1.0",
    "chai": "6.2.2",
    "mocha": "11.7.6",
    "require-npm4-to-publish": "1.0.0"
  },
  "mocha": {
    "reporter": "spec",
    "recursive": true,
    "bail": true,
    "timeout": 5000,
    "_": "test/**/*.js"
  },
  "versionist": {
    "publishedAt": "2026-06-10T06:15:20.526Z"
  }
}
