-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
28 lines (28 loc) · 883 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "xVATrainer",
"version": "1.0.0",
"description": "Tool for creating voice models usable in xVASynth",
"productName": "xVATrainer",
"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-Trainer",
"author": "DanRuta",
"devDependencies": {
"electron": "3.0.0"
},
"dependencies": {
"discord-rich-presence": "0.0.8",
"fs-extra": "8.0.0",
"get-audio-duration": "^3.0.0",
"node-disk-info": "^1.3.0",
"node-fetch": "^2.1.2",
"node-nvidia-smi": "^1.0.0",
"numpy": "0.0.1",
"pandas": "0.0.3",
"zip-dir": "^2.0.0"
}
}