-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 930 Bytes
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
{
"name": "brb-screen",
"version": "2.0.0",
"type": "module",
"description": "BRB Screen - Professional Twitch Clip Player for Streamers. Powered by IRLServer.com",
"main": "src/main.js",
"homepage": "https://brbscreen.com",
"repository": {
"type": "git",
"url": "https://github.com/irlserver/irl-clips"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^5.0.0"
},
"keywords": [
"brb",
"twitch",
"clips",
"streaming",
"video",
"irlserver",
"obs",
"brb-screen",
"streamer-tools"
],
"author": "IRLServer.com - Thomas Lekanger <contact@irlserver.com>",
"license": "CC-BY-4.0",
"attribution": "BRB Screen is powered by IRLServer.com. When using this software, credit IRLServer.com and link to https://irlserver.com",
"dependencies": {
"@vercel/analytics": "^1.6.1"
}
}