{
  "name": "ts-rsql-to-sql",
  "version": "2.2.0",
  "description": "Transforms the AST from ts-rsql into a SQL query",
  "main": "./dist/index.js",
  "scripts": {
    "build": "npx tsc",
    "lint": "npx eslint . --max-warnings 0 --ext ts",
    "test": "npm run build && npx jest",
    "it": "npx jest -i -c jest.config-it.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/massfords/ts-rsql-to-sql.git"
  },
  "keywords": [
    "rsql"
  ],
  "author": "Mark Ford",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/massfords/ts-rsql-to-sql/issues"
  },
  "homepage": "https://github.com/massfords/ts-rsql-to-sql#readme",
  "devDependencies": {
    "@types/common-tags": "^1.8.1",
    "@types/jest": "^28.1.3",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.30.0",
    "@typescript-eslint/parser": "^5.30.0",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^26.5.3",
    "eslint-plugin-prettier": "^4.1.0",
    "jest": "^28.1.1",
    "pg-promise": "^10.11.1",
    "prettier": "^2.7.1",
    "testcontainers": "^9.1.3",
    "ts-jest": "^28.0.5",
    "ts-node": "^10.8.1",
    "typescript": "^4.7.4",
    "uuid": "^8.3.2"
  },
  "dependencies": {
    "date-fns": "^2.29.1",
    "js-base64": "^3.7.2",
    "tiny-invariant": "^1.2.0",
    "ts-rsql": "^1.0.0"
  }
}
