-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 846 Bytes
/
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
{
"name": "firefox-extension-arch-search",
"version": "2.0.1",
"license": "MIT",
"description": "A set of Web Extensions that adds ArchLinux (bug tracker, forum, packages, wiki, AUR) as a search engine to the Firefox browser.",
"author": "noraj",
"repository": {
"type": "git",
"url": "git+https://github.com/noraj/firefox-extension-arch-search.git"
},
"bugs": {
"url": "https://github.com/noraj/firefox-extension-arch-search/issues"
},
"homepage": "https://github.com/noraj/firefox-extension-arch-search",
"keywords": [
"webextensions",
"firefox",
"archlinux"
],
"scripts": {
"lint": "web-ext lint",
"build": "web-ext build -a ./dist",
"buildAll": "./build.sh",
"run": "web-ext run"
},
"devDependencies": {
"web-ext": "8.3.0"
},
"engines": {
"node": ">=18"
}
}