@itrocks/rename
Version:
Switch the formatting of names stored in strings between different naming conventions
50 lines (49 loc) • 816 B
JSON
{
"author": {
"name": "Baptiste Pillot",
"email": "baptiste@pillot.fr"
},
"description": "Switch the formatting of names stored in strings between different naming conventions",
"devDependencies": {
"typescript": "^6.0"
},
"engines": {
"node": ">=24"
},
"exports": "./cjs/rename.js",
"files": [
"LICENSE",
"README.md",
"cjs",
"!*.map"
],
"homepage": "https://it.rocks",
"keywords": [
"backend",
"case",
"class",
"column",
"convention",
"display",
"it.rocks",
"live",
"lowercase",
"name",
"naming",
"rename",
"route",
"transform",
"uppercase",
"variable"
],
"license": "ISC",
"name": "@itrocks/rename",
"repository": {
"type": "git",
"url": "git+https://github.com/itrocks-ts/rename.git"
},
"scripts": {
"build": "tsc"
},
"version": "0.2.1"
}