forked from f-str/RemoveLinkTracking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·33 lines (33 loc) · 1.26 KB
/
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
29
30
31
32
33
{
"name": "removelinktracking",
"license": "MIT",
"author": "Fload [email protected]",
"version": "1.1.0",
"fullName": "RemoveLinkTracking",
"id": "07a0f703-e9bf-4b7d-a238-ba7c1c20513e",
"description": "Removes tracking parameters in links.",
"dependencies": {},
"scripts": {
"build": "web-ext build --overwrite-dest --source-dir src",
"lint": "web-ext lint --source-dir src",
"start": "web-ext run --source-dir src --browser-console",
"debug": "web-ext run --source-dir src --browser-console --verbose",
"debug-mobile": "web-ext run --target=firefox-android --source-dir src --browser-console --verbose",
"test": "karma start --single-run --browsers FirefoxHeadless karma.conf.js",
"test:watch": "karma start --no-single-run",
"test:debug": "karma start --no-single-run --browsers Firefox"
},
"devDependencies": {
"chai": "^4.2.0",
"karma": "^5.0.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.0",
"karma-webpack": "^4.0.2",
"mocha": "^7.1.1",
"prettier": "^2.0.4",
"web-ext": "^4.1.0",
"webpack": "^4.42.1"
}
}