mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
# Description Hooray, more JavaScript! I tested this on a personal repo with a new PAT, but it *should* work here first try. --------- Signed-off-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"name": "prtitlecase",
|
|
"description": "Converts PR titles to Title Case using title-case package",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"author": "DEATHB4DEFEAT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"title-case": "^4.3.1"
|
|
}
|
|
}
|