-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 KB
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
{
"name": "wallabagger",
"version": "1.1.1",
"description": "Web extension for Wallabag v2",
"main": "index.js",
"browserslist": [
"Firefox >= 109",
"Chrome > 88"
],
"scripts": {
"deps:update": "cp node_modules/spectre.css/dist/spectre.min.css wallabagger/css/spectre.min.css && cp node_modules/spectre.css/dist/spectre-exp.min.css wallabagger/css/spectre-exp.min.css",
"lint": "eslint wallabagger/js/*.js",
"locales:sort": "sort-json -i -d=1 wallabagger/_locales/**/messages.json",
"build": "web-ext build --source-dir wallabagger/"
},
"webextension": {
"name": "Wallabagger",
"applications": {
"gecko": {
"strict_min_version": "109.0"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/wallabag/wallabagger.git"
},
"keywords": [
"wallabag",
"extension"
],
"author": "wallabagger",
"license": "MIT",
"bugs": {
"url": "https://github.com/wallabag/wallabagger/issues"
},
"homepage": "https://github.com/wallabag/wallabagger#readme",
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.1",
"eslint": "^9.39.2",
"eslint-plugin-compat": "^6.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-promise": "^7.2.1",
"globals": "^16.5.0",
"sort-json": "^2.0.1",
"web-ext": "^9.4.0"
},
"dependencies": {
"spectre.css": "^0.5.9"
}
}