{
  "name": "@ihelpee/crud",
  "description": "NestJs CRUD for RESTful APIs",
  "version": "2.5.1",
  "license": "GPL-3.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ihelpee/nestjs-crud"
  },
  "bugs": {
    "url": "https://github.com/ihelpee/nestjs-crud/issues"
  },
  "keywords": [
    "typescript",
    "typeorm",
    "nest",
    "nestjs",
    "rest",
    "restful",
    "api",
    "crud",
    "crud-generator",
    "backend",
    "frameworks"
  ],
  "author": {
    "name": "ihelpee",
    "email": "a@ihelpee.com"
  },
  "scripts": {
    "build": "npx tsc -b"
  },
  "dependencies": {
    "@ihelpee/crud-request": "^2.5.1",
    "@ihelpee/crud-util": "^2.5.1",
    "deepmerge": "^3.2.0"
  },
  "peerDependencies": {
    "class-transformer": "*",
    "class-validator": "*"
  },
  "gitHead": "a868527b6c7b3fd85e15b194a5e7206559d12102"
}
