otu-tool
Version:
OBS Themes Utility is an handle tool for work with your scenes of Open Broadcaster Software
40 lines (39 loc) • 854 B
JSON
{
"dependencies": {
"adm-zip": "^0.5.5",
"opentype.js": "^1.3.3",
"yargs": "^17.0.1"
},
"name": "otu-tool",
"version": "0.0.6",
"bin": {
"otu-tool": "otu.js"
},
"description": "OBS Themes Utility is an handle tool for work with your scenes of Open Broadcaster Software",
"main": "otu.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"OBS",
"utility",
"tool",
"cli"
],
"author": "Salvatore Santagati info@salsan.dev",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/salsan/otu.git"
},
"bugs": {
"url": "https://github.com/salsan/otu/issues"
},
"homepage": "https://github.com/salsan/otu#readme",
"pkg": {
"targets": [
"node14-win-x64"
]
}
}