-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "tinyflux",
"description": "Tinyflux is a notifier browser extension for Miniflux.",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/jlsalvador/tinyflux.git"
},
"keywords": [
"rss",
"miniflux",
"tinyflux",
"browser",
"extension"
],
"author": {
"name": "José Luis Salvador Rufo",
"email": "[email protected]",
"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"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "https://gitpkg.vercel.app/jlsalvador/rna/packages/esbuild-plugin-html?publish",
"adm-zip": "^0.5.16",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"dompurify": "^3.2.3",
"esbuild": "^0.24.2",
"esbuild-sass-plugin": "^3.3.1",
"globals": "^15.14.0",
"htmlnano": "^2.1.1",
"node-watch": "^0.7.4",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"webextension-polyfill": "^0.12.0"
}
}