{
  "name": "@hedhog/core",
  "version": "1.0.7",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc && npm version patch",
    "prod": "npm run build && npm publish --access public",
    "diff": "git diff --output diff.txt",
    "project": "sh scripts/get_all_ts.sh . > project.md"
  },
  "keywords": [
    "typescript",
    "nestjs",
    "library",
    "core",
    "hedhog",
    "decorators",
    "utilities",
    "helper functions",
    "DTO",
    "ORM",
    "database",
    "translations",
    "configuration",
    "dynamic applications",
    "scalable applications",
    "nestjs utils",
    "typescript tools",
    "hcode",
    "hcodebr"
  ],
  "author": "https://github.com/hcodebr",
  "license": "MIT",
  "description": "@hedhog/core is a core library for building dynamic and scalable applications. It provides a collection of utilities, decorators, DTOs, and helper functions to streamline development with TypeScript and NestJS. This library is designed to simplify tasks like defining database schemas, creating custom decorators, and managing complex translations and configurations, making it an essential tool for developers aiming to optimize their workflows.",
  "dependencies": {
    "class-validator": "^0.14.1",
    "@nestjs/common": "^10.4.7"
  },
  "devDependencies": {
    "@types/node": "^22.5.0",
    "typeorm": "^0.3.20",
    "typescript": "^5.5.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hed-hog/core.git"
  },
  "types": "./dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/hed-hog/core/issues"
  },
  "homepage": "https://github.com/hed-hog/core#readme"
}
