{
  "name": "@steedos/odata-v4-typeorm",
  "version": "3.0.14",
  "description": "OData to TYPEORM query compiler",
  "main": "lib/index.js",
  "typings": "lib/index",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steedos/odata-v4-typeorm.git"
  },
  "keywords": [
    "OData",
    "V4",
    "sql",
    "typeorm",
    "node"
  ],
  "author": "andryuha49",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/steedos/odata-v4-typeorm/issues"
  },
  "homepage": "https://github.com/steedos/odata-v4-typeorm#readme",
  "dependencies": {
    "@steedos/odata-v4-parser": "3.0.14",
    "@steedos/odata-v4-sql": "3.0.14",
    "odata-v4-literal": "^0.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a38ff44cd802eb2f4de4017b23491b9f4480238e"
}
