forked from josephmawa/TextCompare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.44 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
{
"name": "text-compare",
"version": "0.1.11",
"description": "Simple text comparison app for Gnome desktop environment",
"main": "index.js",
"scripts": {
"build": "flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --install-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir io.github.josephmawa.TextCompare.json",
"lint": "npm run build && flatpak run --command=flatpak-builder-lint org.flatpak.Builder io.github.josephmawa.TextCompare.json && flatpak run --command=flatpak-builder-lint org.flatpak.Builder repo repo",
"init:build-dir": "flatpak run --command=meson --filesystem=host org.gnome.Sdk build-dir",
"pot:gen": "npm run init:build-dir && flatpak run --command=meson --filesystem=host org.gnome.Sdk compile -C build-dir TextCompare-pot",
"pot:update": "npm run init:build-dir && flatpak run --command=meson --filesystem=host org.gnome.Sdk compile -C build-dir TextCompare-update-po",
"rm:build-artifacts": "rm -rf .flatpak-builder builddir repo build-dir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josephmawa/TextCompare.git"
},
"keywords": [
"Text",
"Compare",
"Comparison"
],
"author": "Joseph Mawa",
"license": "GPL-3.0-or-later",
"type": "commonjs",
"bugs": {
"url": "https://github.com/josephmawa/TextCompare/issues"
},
"homepage": "https://github.com/josephmawa/TextCompare#readme"
}