-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 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
{
"name": "tinyflux",
"description": "Tinyflux is a fast, minimal Miniflux reader. Read and stay focused — all without leaving your tab. Needs a Miniflux instance.",
"version": "0.11.1",
"repository": {
"type": "git",
"url": "git+https://github.com/jlsalvador/tinyflux.git"
},
"keywords": [
"rss",
"miniflux",
"tinyflux",
"browser",
"extension"
],
"author": {
"name": "José Luis Salvador Rufo",
"email": "salvador.joseluis@gmail.com",
"url": "https://jlsalvador.online"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jlsalvador/tinyflux/issues"
},
"homepage": "https://github.com/jlsalvador/tinyflux#readme",
"type": "module",
"scripts": {
"build": "node src/build build",
"watch": "node src/build watch --dev",
"format": "npx prettier -w src package.json",
"lint": "npx eslint --fix eslint.config.js src"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"adm-zip": "^0.5.17",
"dompurify": "^3.4.0",
"esbuild": "^0.28.0",
"eslint": "^10.2.1",
"globals": "^17.5.0",
"htmlnano": "^2.1.5",
"node-watch": "^0.7.4",
"prettier": "^3.8.3",
"sharp": "^0.34.5",
"svgo": "^3.3.2",
"webextension-polyfill": "^0.12.0"
}
}