{
  "name": "prisma-common-error-handle",
  "version": "2.2.2",
  "description": "Utility package that finds the appropriate Http Status Code and message for Prisma exceptions when using Prisma in Backend Framework",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepack": "npm run build",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "yeongchan kim",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/liveforone/prisma-common-error-handle"
  },
  "keywords": [
    "prisma",
    "prisma error",
    "prisma error handle",
    "prisma error message",
    "nestjs prisma",
    "nestjs prisma error",
    "nestjs prisma error handle",
    "nestjs",
    "nestjs error",
    "nestjs error handle"
  ]
}
