{
  "name": "typeorm-naming-strategy",
  "version": "2.0.14",
  "packageManager": "yarn@4.4.1",
  "description": "Custom naming strategies for typeorm",
  "author": {
    "name": "Chantouch Sek",
    "email": "chantouchsek.cs83@gmail.com",
    "url": "https://chantouch.me"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/chantouchsek/typeorm-naming-strategy"
  },
  "keywords": [
    "typeorm",
    "naming",
    "strategy",
    "node",
    "orm",
    "naming strategy",
    "snake strategy",
    "typeorm snake",
    "naming strategies"
  ],
  "main": "dist/main.js",
  "types": "dist/main.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^12.20.0 || >=14.13.0"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "test": "vitest --run",
    "test:cov": "vitest run --coverage",
    "prepublish": "yarn build",
    "prepare": "husky",
    "lint": "eslint .",
    "release": "standard-version && git push --follow-tags origin main && npm publish"
  },
  "peerDependencies": {
    "typeorm": "^0.3"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.14.1",
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@types/node": "^22.15.30",
    "@vitest/coverage-v8": "^3.2.2",
    "eslint": "^9.28.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.0",
    "prettier": "^3.5.3",
    "reflect-metadata": "^0.2.2",
    "rimraf": "^6.0.1",
    "standard-version": "^9.5.0",
    "ts-node": "^10.9.2",
    "typeorm": "^0.3.24",
    "typescript": "^5.8.3",
    "vitest": "^3.2.2"
  },
  "lint-staged": {
    "*.{ts,js}": "eslint"
  }
}
