xVASynth / package.json
Pendrokar's picture
xVASynth v3 code for English
19c8b95
raw
history blame
No virus
861 Bytes
{
"name": "xVASynth",
"version": "1.0.0",
"description": "Speech synthesis in the style of voice actors.",
"productName": "xVASynth",
"main": "main.js",
"scripts": {
"start": "electron .",
"package-windows": "electron-packager ./ --overwrite --prune=true --icon=assets/icon.ico --out=release-builds",
"package-linux": "electron-packager ./ --platform=linux --overwrite --prune=true --icon=assets/icon.ico --out=release-builds"
},
"repository": "https://github.com/DanRuta/xVA-Synth",
"author": "DanRuta",
"devDependencies": {
"electron": "19.0.0",
"electron-packager": "^17.1.2"
},
"dependencies": {
"@electron/remote": "^2.0.9",
"discord-rich-presence": "0.0.8",
"fs-extra": "^9.1.0",
"node-fetch": "^2.1.2",
"node-nvidia-smi": "^1.0.0",
"unzipper": "^0.10.11",
"zip-dir": "^2.0.0"
}
}