typeorm-naming-strategy
Version:
Custom naming strategies for typeorm
69 lines (68 loc) • 1.64 kB
JSON
{
"name": "typeorm-naming-strategy",
"version": "2.0.13",
"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.11.0",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@types/node": "^22.14.0",
"@vitest/coverage-v8": "^3.1.1",
"eslint": "^9.24.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.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.22",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
},
"lint-staged": {
"*.{ts,js}": "eslint"
}
}