-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 888 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"dependencies": {
"adm-zip": "^0.5.5",
"opentype.js": "^1.3.3",
"yargs": "^17.1.0"
},
"name": "otu-tool",
"version": "0.1.0",
"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",
"files": [
"libs/*.js"
],
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"OBS",
"utility",
"tool",
"cli"
],
"author": "Salvatore Santagati [email protected]",
"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"
]
}
}