mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-07 03:16:48 +08:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"name": "voice-changer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:docker": "date +%Y%m%d%H%M%S > docker/dummy && DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile docker/ -t voice-changer",
|
|
"build:docker:onnx": "DOCKER_BUILDKIT=1 docker build -f docker_onnx/Dockerfile docker/ -t onnx-converter",
|
|
"build:docker:trainer": "date +%Y%m%d%H%M%S > docker_trainer/dummy && DOCKER_BUILDKIT=1 docker build -f docker_trainer/Dockerfile docker_trainer/ -t trainer",
|
|
"build:docker:vcclient": "date +%Y%m%d%H%M%S > docker_vcclient/dummy && DOCKER_BUILDKIT=1 docker build -f docker_vcclient/Dockerfile docker_vcclient/ -t vcclient",
|
|
"push:docker": "bash script/001_pushDocker.sh",
|
|
"push:docker:trainer": "bash script/002_pushDockerTrainer.sh",
|
|
"push:docker:vcclient": "bash script/003_pushDockerVCClient.sh",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/w-okada/voice-changer.git"
|
|
},
|
|
"keywords": [
|
|
"voice conversion"
|
|
],
|
|
"author": "wataru.okada@flect.co.jp",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/w-okada/voice-changer/issues"
|
|
},
|
|
"homepage": "https://github.com/w-okada/voice-changer#readme",
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|