-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
28 lines (28 loc) · 910 Bytes
/
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
{
"name": "faststream",
"version": "1.3.37",
"description": "Stream videos without buffering. Fix bad video players on the internet.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node localescript.mjs && node build.mjs",
"combine-locales": "node localescript.mjs --combine",
"split-locales": "node localescript.mjs --split"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Andrews54757/FastStream.git"
},
"author": "Andrews54757",
"bugs": {
"url": "https://github.com/Andrews54757/FastStream/issues"
},
"homepage": "https://github.com/Andrews54757/FastStream#readme",
"devDependencies": {
"eslint": "^8.49.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"web-ext": "^7.7.0"
}
}