forked from SimonBrazell/privacy-redirect
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.14 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
{
"name": "privacy-redirect",
"version": "1.4.3",
"description": "Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.",
"engines": {
"node": ">=10.0.0",
"npm": ">=5.6.0"
},
"scripts": {
"build": "web-ext build --overwrite-dest --source-dir ./src/",
"test": "web-ext lint --source-dir ./src/ || true",
"dev": "web-ext run --source-dir ./src/ --firefox=\"/var/lib/flatpak/app/org.mozilla.firefox/x86_64/stable/active/files/bin/firefox\"",
"update-manifest-version": "node tools/updateManifestVersion.js",
"release": "release patch && npm run update-manifest-version && npm run build",
"update-invidious": "node tools/updateInvidiousInstances.js && git commit -am \"Update Invidious instances\" && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeIIow2/privacy-redirect.git"
},
"author": "Hazel",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/HeIIow2/privacy-redirect/issues"
},
"homepage": "https://github.com/HeIIow2/privacy-redirect#readme",
"devDependencies": {
"release": "^1.1.6",
"web-ext": "^7.8.0"
}
}