{
  "name": "jpa-specification-body-maker",
  "version": "1.0.2",
  "description": "Create filter objects for use with JPA specifications",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "author": "Adolfo Fuentes",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.8.2"
  },
  "files": [
    "lib/**/*"
  ],
  "keywords": [
    "jpa",
    "query",
    "body",
    "specification"
  ]
}
