-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
40
41
42
43
44
{
"name": "filtertube",
"version": "3.3.1",
"description": "Restore peace of mind to your digital video experience.",
"main": "js/background.js",
"scripts": {
"build:nanah-vendor": "node scripts/build-nanah-vendor.mjs",
"build:ui": "node scripts/build-extension-ui.mjs",
"dev": "node build.js",
"build": "node build.js",
"build:chrome": "node build.js chrome",
"build:firefox": "node build.js firefox",
"build:opera": "node build.js opera",
"dev:chrome": "cp manifest.chrome.json manifest.json",
"dev:firefox": "cp manifest.firefox.json manifest.json",
"dev:opera": "cp manifest.opera.json manifest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/varshneydevansh/FilterTube.git"
},
"keywords": [
"youtube",
"youtubekids",
"filter",
"extension",
"browser"
],
"author": "Devansh Varshney",
"license": "MIT",
"bugs": {
"url": "https://github.com/varshneydevansh/FilterTube/issues"
},
"homepage": "https://github.com/varshneydevansh/FilterTube",
"devDependencies": {
"archiver": "^5.3.1",
"esbuild": "^0.27.4",
"fs-extra": "^11.1.1"
},
"dependencies": {
"preact": "^10.29.0",
"qrcode": "^1.5.4"
}
}