forked from SilenusTA/StreamRoller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"name": "streamroller",
"version": "1.0.0",
"description": "System using socket based data sharing for streaming",
"main": "backend/data_center/server.js",
"type": "module",
"scripts": {
"start": "nodemon ./backend/data_center/server.js ",
"startdebug": "set STREAMROLLER_DEBUG_LEVEL=extended-line && setx STREAMROLLER_DEBUG_LEVEL=0 && DEBUG=express:* nodemon ./backend/data_center/server.js",
"startobsdebug": " nodemon ./backend/data_center/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd backend && npm install"
},
"author": "Twitch/OldDepressedGamer",
"license": "MIT",
"dependencies": {
"debug": "^4.3.3",
"express": "^4.17.3",
"node": "^20.16.0",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.15",
"openai": "^3.1.0",
"request": "^2.88.2"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SilenusTA/StreamRoller.git"
},
"bugs": {
"url": "https://github.com/SilenusTA/StreamRoller/issues"
},
"homepage": "https://github.com/SilenusTA/StreamRoller#readme",
"devDependencies": {
"caxa": "^3.0.1"
}
}