case-string
Version:
A Node.js module providing various string manipulation functions to handle string cases.
46 lines • 1.04 kB
JSON
{
"name": "case-string",
"version": "1.2.10",
"description": "A Node.js module providing various string manipulation functions to handle string cases.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/sharjeelfaiq/case-string.git"
},
"author": "Sharjeel Faiq",
"license": "ISC",
"bugs": {
"url": "https://github.com/sharjeelfaiq/case-string/issues"
},
"homepage": "https://github.com/sharjeelfaiq/case-string#readme",
"keywords": [
"lowerCase",
"upperCase",
"titleCase",
"reverseTitleCase",
"invertCase",
"camelCase",
"pascalCase",
"kebabCase",
"constantCase",
"pascalSnakeCase",
"trainCase",
"snakeCase",
"constantCase",
"sentenceCase",
"dotCase",
"pathCase",
"alternateCase1",
"alternateCase2",
"spongeCase",
"toggleCase"
],
"devDependencies": {
"@types/node": "^20.14.1",
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsc"
}
}