{
  "name": "@2amtech/crudx-swagger",
  "author": "Antonio Ramirez Cobos <hola@2amigos.us> (https://2am.tech/)",
  "repository": {
    "url": "https://github.com/2amigos/nest-kit"
  },
  "contributors": [
    {
      "name": "Jonatas Souza",
      "email": "hola@2amigos.us"
    },
    {
      "name": "Aleksandar Panic",
      "email": "hola@2amigos.us"
    }
  ],
  "description": "NestJs package to apply swagger meta-data into routes generated with @2amtech/crudx package",
  "version": "1.0.4",
  "dependencies": {
    "tslib": "^2.3.0",
    "@2amtech/crudx": "1.0.0",
    "@nestjs/common": "^10.1.3",
    "@nestjs/swagger": "^7.1.6",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "supertest": "^6.3.4",
    "@types/uuid": "^9.0.8",
    "@2amtech/crudx": "1.0.0"
  },
  "keywords": [
    "typescript",
    "nest",
    "nestjs",
    "api",
    "crud",
    "swagger-docs",
    "docs"
  ],
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "types": "./src/index.d.ts"
}