forked from stream-labs/obs-studio-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "@streamlabs/obs-studio-node",
"version": "0.3.21",
"description": "Experimental bindings to obs-studio using nan directly",
"author": "Streamlabs <[email protected]>",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-labs/obs-studio-node.git"
},
"bugs": {
"url": "https://github.com/stream-labs/obs-studio-node/issues"
},
"homepage": "https://github.com/stream-labs/obs-studio-node#readme",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"clean": "git clean -fxd",
"build:bindings": "cmake-js configure -a x64 --CDCMAKE_PREFIX_INSTALL=distribute && cmake --build build --target install --config Release",
"build:javascript": "tsc -p js",
"build:docs": "typedoc --out docs"
},
"devDependencies": {
"nan": "2.10.0",
"typedoc": "^0.11.1",
"typedoc-default-themes": "^0.5.0",
"typedoc-plugin-markdown": "^1.0.12",
"typescript": "^2.9.2"
},
"keywords": [
"capture",
"stream",
"record",
"twitch",
"youtube",
"obs",
"open",
"broadcaster",
"software",
"obs",
"studio",
"c++",
"c",
"native",
"desktop",
"video",
"audio",
"mixer",
"beam"
]
}