forked from cpriest/SnapLinksPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.58 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "snaplinks3",
"FullName": "Snap Links",
"version": "3.1.11",
"description": "Select multiple links, checkboxes and other elements and act on them such as open them in new tabs or check/un-check them.",
"author": "Clint Priest <[email protected]>",
"license": "MIT",
"homepage": "https://cpriest.github.io/SnapLinksPlus",
"repository": "https://github.com/cpriest/SnapLinksPlus",
"contributors": [
"Rémi Garcia"
],
"private": true,
"preferGlobal": false,
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/jest": "^27.0.1",
"crx": "^5.0.1",
"del": "^6.0.0",
"eslint": "^7.32.0",
"eslint-config-jquery": "^3.0.0",
"eslint-plugin-import": "^2.24.1",
"gulp": "4",
"gulp-hb": "^8.0.0",
"gulp-install": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-run-command": "^0.0.10",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^5.1.0",
"handlebars-cond": "^1.0.3",
"jest": "^27.0.6",
"merge-stream": "^2.0.0",
"run-sequence": "^2.2.1",
"web-ext": "^6.3.0",
"webextension-polyfill": "^0.8.0"
},
"scripts": {
"lint": "eslint src/",
"lint-fix": "eslint --fix src/",
"test": "jest",
"build": "gulp",
"run-ff": "web-ext --config=.webext-ff.js run"
}
}