{
  "name": "@hedhog/admin",
  "version": "0.51.54",
  "private": false,
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf ./dist",
    "prebuild": "npm run clean",
    "build": "tsc --project tsconfig.production.json",
    "preprod": "npm run build && npm version patch",
    "prod": "npm run build && npm publish --access public"
  },
  "file": [
    "dist/**/*",
    "src/entities/**/*.ts",
    "src/migrations/**/*.ts",
    "frontend/**/*.ts",
    "emails/**/*.ts",
    "src/**/*.ejs",
    "hedhog/**/*.yaml",
    "hedhog.yaml"
  ],
  "keywords": [],
  "author": "",
  "license": "MIT",
  "description": "",
  "devDependencies": {
    "@hedhog/locale": "^0.48.4",
    "@hedhog/mail": "^0.48.1",
    "@hedhog/mail-manager": "^0.48.20",
    "@hedhog/pagination": "^0.46.1",
    "@hedhog/prisma": "^0.46.1",
    "@hedhog/utils": "^0.0.28",
    "@nestjs/config": "^4.0.1",
    "@nestjs/jwt": "^10.2.0",
    "@nestjs/mapped-types": "^2.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  },
  "peerDependencies": {
    "@hedhog/locale": "latest",
    "@hedhog/mail": "latest",
    "@hedhog/mail-manager": "latest",
    "@hedhog/pagination": "latest",
    "@hedhog/prisma": "latest",
    "@hedhog/utils": "latest",
    "@nestjs/jwt": "^10.2.0"
  },
  "dependencies": {
    "@nestjs/axios": "^4.0.0",
    "axios": "^1.8.4",
    "qrcode": "^1.5.4",
    "speakeasy": "^2.0.0",
    "uuid": "^11.1.0"
  }
}
