-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 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
52
53
54
55
56
57
58
{
"name": "@b3nelly/change-obs-scene",
"version": "1.3.1",
"description": "With just a few lines of code, automate changing your OBS scenes. Happy streaming! 💜",
"author": "web3nelly",
"license": "MIT",
"type": "module",
"main": "change-obs-scene.js",
"scripts": {
"build": "rollup -c",
"cli": "node --experimental-modules examples/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web3nelly/change-obs-scene.git"
},
"engines": {
"node": ">12.0"
},
"keywords": [
"automation",
"streaming",
"websocket",
"obs",
"obs-scene",
"obs-scenes",
"obs-switch-scene",
"obs-websocket-server",
"obs-websocket",
"obs-websocket-js",
"websocket-application",
"switch-scenes",
"scene-switcher",
"automatic-scene-switcher",
"node.js"
],
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/web3nelly/change-obs-scene/issues"
},
"homepage": "https://github.com/web3nelly/change-obs-scene#readme",
"dependencies": {
"@b3nelly/change-obs-scene": "^1.3.0",
"obs-websocket-js": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.0",
"rollup": "^3.20.2"
}
}