-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.83 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
{
"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-deps-from=flathub --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=repo builddir io.github.josephmawa.TextCompare.json",
"lint-manifest": "flatpak run --command=flatpak-builder-lint org.flatpak.Builder manifest io.github.josephmawa.TextCompare.json",
"lint-appstream": "flatpak run --command=flatpak-builder-lint org.flatpak.Builder appstream data/io.github.josephmawa.TextCompare.metainfo.xml.in",
"lint-builddir": "flatpak run --command=flatpak-builder-lint org.flatpak.Builder builddir builddir",
"lint-repo": "flatpak run --command=flatpak-builder-lint org.flatpak.Builder repo repo",
"lint": "npm run build && npm run lint-manifest && npm run lint-appstream && npm run lint-builddir && npm run lint-repo",
"init-build-dir": "flatpak run --command=meson --filesystem=host org.gnome.Sdk/x86_64/50 setup --wipe build-dir .",
"gen-pot": "flatpak run --command=meson --filesystem=host org.gnome.Sdk/x86_64/50 compile -C build-dir TextCompare-pot",
"gen-translation-files": "flatpak run --command=meson --filesystem=host org.gnome.Sdk/x86_64/50 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"
}