forked from infokiller/web-search-navigator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.69 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
48
49
50
51
52
53
54
55
56
{
"name": "web-search-navigator",
"description": "Keyboard shortcuts for Google™ search.",
"repository": "https://github.com/infokiller/web-search-navigator",
"author": "https://github.com/infokiller",
"contributors": [
{
"name": "infokiller"
},
{
"name": "Michal Novák",
"url": "https://www.weborama.cz/"
}
],
"license": "MIT",
"scripts": {
"build": "gulp",
"eslint": "eslint $(git ls-files '*.js' ':(exclude)vendor')",
"prettier-markdown-check": "prettier --check $(git ls-files '*.md')",
"prettier-markdown-format": "prettier --write $(git ls-files '*.md')",
"stylelint": "stylelint src/*.css",
"shellcheck": "shellcheck tools/*.sh",
"shfmt-check": "shfmt -i 2 -sr -ci -d tools",
"shfmt-format": "shfmt -i 2 -sr -ci -w tools",
"check": "yarn run eslint && yarn run stylelint && yarn run shellcheck && yarn run prettier-markdown-check"
},
"dependencies": {
"mousetrap": "^1.6.5",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^9.9.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-json": "^4.0.1",
"gulp": "^5.0.0",
"gulp-if": "^3.0.0",
"gulp-terser": "^2.1.0",
"markdownlint-cli": "^0.41.0",
"minimist": "^1.2.8",
"node-jq": "^2.3.3",
"prettier": "3.3.3",
"prettier-eslint-cli": "^8.0.1",
"set-value": "^4.1.0",
"shellcheck": "^3.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"web-ext": "^8.2.0"
},
"resolutions": {
"bl": "^1.2.3",
"node-forge": "^0.10.0"
},
"packageManager": "[email protected]"
}