{
  "name": "@libs-for-dev/typeorm-plural-naming-strategy",
  "version": "1.2.0",
  "description": "TypeORM plural naming strategy",
  "keywords": [
    "naming",
    "plural",
    "strategy",
    "typeorm"
  ],
  "repository": "https://gitlab.com/libs-for-dev/nodejs/typeorm-plural-naming-strategy",
  "license": "MIT",
  "author": {
    "name": "libs-for-dev"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf ./dist && cti create ./src && tsc --project tsconfig.build.json && tsc-alias --project tsconfig.build.json && cti clean ./src",
    "dev:quality": "yarn concurrently --timings --kill-others-on-fail 'yarn lint' 'yarn test'",
    "dev:test:watch": "vitest",
    "lint": "yarn concurrently --timings 'yarn:lint:*'",
    "lint:audit": "yarn npm audit",
    "lint:depcheck": "depcheck",
    "lint:eslint": "eslint",
    "lint:scriptlint": "scriptlint",
    "lint:tsc": "tsc --noEmit --pretty --project .",
    "test": "yarn concurrently --timings 'npm:test:*'",
    "test:mutation": "yarn stryker run",
    "test:unit": "vitest run"
  },
  "dependencies": {
    "pluralize": "^8.0.0",
    "typeorm-naming-strategies": "^4.1.0"
  },
  "devDependencies": {
    "@libs-for-dev/eslint-rules": "2.3.1",
    "@stryker-mutator/core": "^8.7.1",
    "@stryker-mutator/vitest-runner": "^8.7.1",
    "@types/node": "^22.14.1",
    "@vitest/coverage-v8": "^3.1.2",
    "concurrently": "^9.1.2",
    "create-ts-index": "^1.14.0",
    "depcheck": "^1.4.7",
    "eslint": "^9.25.1",
    "jiti": "^2.4.2",
    "reflect-metadata": "^0.2.2",
    "scriptlint": "^3.0.0",
    "tsc-alias": "^1.8.15",
    "typeorm": "^0.3.22",
    "typescript": "^5.8.3",
    "vitest": "^3.1.2",
    "yarn-audit-fix": "^10.1.1"
  },
  "peerDependencies": {
    "typeorm": "^0.3.20"
  },
  "packageManager": "yarn@4.5.1",
  "engines": {
    "node": "^23.1.0"
  }
}
