@compwright/namecase
Version:
Module for fixing capitalization of people's names
36 lines (35 loc) • 796 B
JSON
{
"name": "@compwright/namecase",
"version": "3.0.0",
"description": "Module for fixing capitalization of people's names",
"keywords": [
"namecase",
"names",
"case",
"capitalization"
],
"repository": {
"type": "git",
"url": "https://github.com/compwright/namecase.git"
},
"bugs": "https://github.com/compwright/namecase/issues",
"author": "Mason Gravitt <emgee@gravitronic.com>",
"contributors": [
"Jonathon Hill <jhill9693@gmail.com>"
],
"type": "module",
"engines": {
"node": ">=20"
},
"devDependencies": {
"mocha": "^11.7.5",
"semistandard": "^17.0.0"
},
"bin": "./bin/namecase",
"source": "src/index.js",
"scripts": {
"lint": "semistandard --fix",
"pretest": "npm run lint",
"test": "mocha test"
}
}