{
  "name": "@kalpika-dev/nestjs-pipes",
  "version": "1.5.1",
  "description": "Pipes collection for Nest.JS app",
  "main": "./dist/src/index.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com//kalpika-dev/nestjs-pipes.git"
  },
  "keywords": [
    "nestjs",
    "pipes",
    "prisma"
  ],
  "author": "NodeTeam",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com//kalpika-dev/nestjs-pipes/issues"
  },
  "homepage": "https://github.com//kalpika-dev/nestjs-pipes#readme",
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.14",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.31.0"
  },
  "dependencies": {
    "@nestjs/common": "11.0.7",
    "@nestjs/testing": "11.0.7",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^4.9.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "collectCoverageFrom": [
      "**/*.(t|j)s"
    ],
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}
