node-edge-tts
Advanced tools
Comparing version 1.1.5 to 1.2.0
{ | ||
"name": "node-edge-tts", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"description": "node-edge-tts is a module that using Microsoft Edge's online TTS (Text-to-Speech) service on the Node.js", | ||
@@ -13,3 +13,4 @@ "keywords": [ | ||
"files": [ | ||
"/dist" | ||
"/dist", | ||
"bin.js" | ||
], | ||
@@ -21,5 +22,3 @@ "repository": { | ||
"homepage": "https://github.com/SchneeHertz/node-edge-tts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"scripts": {}, | ||
"author": "SchneeHertz", | ||
@@ -29,8 +28,11 @@ "license": "MIT", | ||
"https-proxy-agent": "^7.0.1", | ||
"ws": "^8.13.0" | ||
"ws": "^8.13.0", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@types/ws": "^8.5.5", | ||
"@types/yargs": "^17.0.24", | ||
"typescript": "^5.2.2" | ||
} | ||
}, | ||
"bin": "./bin.js" | ||
} |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
12515
6
186
0
3
3
+ Addedyargs@^17.7.2
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedget-caller-file@2.0.5(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedrequire-directory@2.1.1(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)