Minor cleanup.

This commit is contained in:
2025-04-04 00:02:28 +00:00
parent aa29a6fd93
commit 02c7b9ef28
9 changed files with 2202 additions and 91 deletions
+10
View File
@@ -13,6 +13,7 @@
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^5.1.0",
"hyphenopoly": "^6.0.0",
"js-yaml": "^4.1.0",
"kokoro-js": "^1.2.0",
"openai": "^4.91.0",
@@ -4321,6 +4322,15 @@
"ms": "^2.0.0"
}
},
"node_modules/hyphenopoly": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/hyphenopoly/-/hyphenopoly-6.0.0.tgz",
"integrity": "sha512-42M87fsJSu0jRiCZqlVsaBwY5onH6/6y5akaLW794wsc2M4hLj875ZeloQG8yLhlaSQRZEgxz/SQAVn5LVVthg==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/iconv-lite": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",