{
  "name": "@resin/odata-to-abstract-sql",
  "version": "4.5.3",
  "description": "A consumer of the OData parser, written in OMeta",
  "main": "out/odata-to-abstract-sql.js",
  "scripts": {
    "lint:coffee": "balena-lint test/",
    "lint:typescript": "balena-lint --typescript src && tsc --noEmit",
    "lint": "npm run lint:coffee && npm run lint:typescript",
    "prettify": "balena-lint --typescript --fix src",
    "pretest": "npm run prepare",
    "test": "mocha && npm run lint",
    "prepublish": "require-npm4-to-publish",
    "prepare": "tsc"
  },
  "repository": "https://github.com/balena-io-modules/odata-to-abstract-sql.git",
  "author": "",
  "license": "BSD",
  "dependencies": {
    "@balena/odata-parser": "^2.0.0",
    "@resin/abstract-sql-compiler": "^6.13.4",
    "@types/lodash": "^4.14.151",
    "@types/memoizee": "^0.4.4",
    "@types/randomstring": "^1.1.6",
    "lodash": "^4.17.15",
    "memoizee": "^0.4.14",
    "randomstring": "^1.1.5"
  },
  "devDependencies": {
    "@balena/lf-to-abstract-sql": "^4.0.0",
    "@balena/lint": "^5.1.0",
    "@balena/sbvr-parser": "^1.0.1",
    "@balena/sbvr-types": "^3.0.0",
    "chai": "^4.2.0",
    "chai-things": "~0.2.0",
    "coffee-script": "~1.12.7",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.4",
    "mocha": "^7.1.2",
    "require-npm4-to-publish": "^1.0.0",
    "typescript": "^3.9.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
