You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4free/projects/text_to_speech/package.json

17 lines
312 B
JSON

{
"main": "index.js",
"dependencies": {
"@xenova/transformers": "^2.16.1",
"webpack": "^5.91.0",
"webpack-node-externals": "^3.0.0"
},
"bundledDependencies": [
"@xenova/transformers"
],
"devDependencies": {
"pack": "^2.2.0",
"web": "^0.0.2",
"webpack-cli": "^5.1.4"
}
}