-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.06 KB
/
package.json
File metadata and controls
22 lines (22 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "encoding-explorer",
"version": "0.1.3",
"description": "Character Encoding Explorer",
"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.EncodingExplorer.json",
"lint": "npm run build && flatpak run --command=flatpak-builder-lint org.flatpak.Builder io.github.josephmawa.EncodingExplorer.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",
"gen:pot": "npm run init:build-dir && flatpak run --command=meson --filesystem=host org.gnome.Sdk compile -C build-dir EncodingExplorer-pot",
"rm:build-artifacts": "rm -rf .flatpak-builder builddir repo build-dir"
},
"keywords": [
"Character",
"Encoding",
"Unicode",
"Binary"
],
"author": "Jospeh Mawa",
"license": "GPL-3.0-or-later",
"type": "commonjs"
}