-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 805 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
{
"name": "streamsaver",
"version": "1.3.1",
"description": "Lightweight, persistent Twitch quality control: lock resolutions, toggle presets, auto-reapply. No more manual resets - across Chrome, Edge, Brave, Opera, Vivaldi, Arc, Zen, and Firefox",
"main": "src/content/main.js",
"scripts": {
"build": "bash build.sh all",
"build:chrome": "bash build.sh chrome",
"build:firefox": "bash build.sh firefox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Punshnut/StreamSaver.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Punshnut/StreamSaver/issues"
},
"homepage": "https://github.com/Punshnut/StreamSaver#readme",
"devDependencies": {
"esbuild": "^0.28.0"
}
}