about summary refs log tree commit diff stats
path: root/package.json
blob: 5afbf16333856b360164f2b6a43d163ebbd2bbd6 (plain) (blame)
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": "libredirect",
	"description": "Redirects YouTube, Twitter, TikTok and more to privacy friendly frontends.",
	"engines": {
		"node": ">=16.13.1",
		"npm": ">=8.1.2"
	},
	"scripts": {
		"start": "web-ext run",
		"start_ar": "web-ext run --firefox=/home/esmail/Downloads/ar/firefox/firefox --pref font.language.group=ar",
		"build": "web-ext build",
		"test": "web-ext lint",
		"pug": "pug --pretty --basedir ./ --obj ./src/config.json src/pages/options/index.pug --out src/pages/options/ && pug --pretty --basedir ./ --obj ./src/config.json src/pages/popup/popup.pug --out src/pages/popup/"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/libredirect/libredirect.git"
	},
	"author": "LibRedirect",
	"license": "GPL-3.0-only",
	"bugs": {
		"url": "https://github.com/libredirect/libredirect/issues"
	},
	"homepage": "https://libredirect.github.io",
	"devDependencies": {
		"web-ext": "^7.2.0"
	},
	"webExt": {
		"sourceDir": "./src/",
		"run": {
			"browserConsole": true
		},
		"build": {
			"overwriteDest": true
		}
	}
}