-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 1.5 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
{
"name": "spelling-bee",
"version": "0.1.6",
"private": true,
"description": "Spelling bee",
"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.SpellingBee.json",
"lint-manifest": "flatpak run --command=flatpak-builder-lint org.flatpak.Builder manifest io.github.josephmawa.SpellingBee.json",
"lint-appstream": "flatpak run --command=flatpak-builder-lint org.flatpak.Builder appstream data/io.github.josephmawa.SpellingBee.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 spellingbee-pot",
"gen-translation-files": "flatpak run --command=meson --filesystem=host org.gnome.Sdk/x86_64/50 compile -C build-dir spellingbee-update-po",
"rm-build-artifacts": "rm -rf .flatpak-builder builddir repo build-dir"
},
"keywords": [
"Spelling",
"Game"
],
"author": "Joseph Mawa",
"license": "GPL-3.0-or-later"
}