better-typeorm-naming-strategies
Version:
Better naming strategies for typeorm
53 lines (52 loc) • 1.19 kB
JSON
{
"name": "better-typeorm-naming-strategies",
"version": "1.0.2",
"description": "Better naming strategies for typeorm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"typeorm",
"naming",
"strategy",
"node",
"orm",
"naming strategy",
"snake strategy",
"typeorm snake",
"naming strategies",
"better naming strategies",
"friendly foreign key names",
"readable foreign key names"
],
"repository": {
"type": "git",
"url": "https://github.com/simplenotezy/better-typeorm-naming-strategies"
},
"author": "Mattias Siø Fjellvang",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && npm run tsc && cp README.md package.json dist/",
"tsc": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^16.18.126",
"jest": "^29.5.0",
"prettier": "2.1.1",
"ts-jest": "^29.1.1",
"typeorm": "^0.3.20",
"typescript": "^4.0.2"
},
"peerDependencies": {
"typeorm": "^0.3.0"
}
}