forked from ddterm/gnome-shell-extension-ddterm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.82 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.82 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
35
36
37
38
39
40
41
42
43
44
{
"name": "gnome-shell-extension-ddterm",
"private": true,
"homepage": "https://github.com/ddterm/gnome-shell-extension-ddterm",
"bugs": "https://github.com/ddterm/gnome-shell-extension-ddterm/issues",
"license": "GPL-3.0-or-later",
"author": {
"name": "Aleksandr Mezin",
"email": "mezin.alexander@gmail.com",
"url": "https://github.com/amezin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddterm/gnome-shell-extension-ddterm.git"
},
"devDependencies": {
"@eslint/compat": "2.0.5",
"@eslint/js": "9.39.4",
"argparse": "2.0.1",
"eslint": "9.39.4",
"eslint-config-gnome": "git+https://gitlab.gnome.org/World/javascript/eslint-config-gnome.git#c479d059e8d9ea99c3b53c2ea43abf7fdb05eb51",
"eslint-plugin-import": "2.32.0",
"markdown-it": "14.1.1",
"markdownlint-cli2": "0.22.1",
"markdownlint-rule-relative-links": "5.1.0",
"npm-run-all2": "8.0.4"
},
"scripts": {
"lint:eslint": "eslint .",
"lint:markdownlint": "markdownlint-cli2",
"lint:flake8": "tox -e flake8",
"lint:reuse": "tox -e reuse",
"lint:meson-format": "tox -e meson-format",
"lint:release-notes": "tools/changelog.mjs -p- | markdownlint-cli2 - --config tools/markdownlint-cli2-release-notes.yml --no-globs",
"lint": "run-s lint:*",
"build": "tox -e meson",
"test": "tox -e meson-test",
"version:meson": "tox -e meson-rewrite -- kwargs set project / version \"${npm_package_version//-/}\" && tox -e meson-format -- -i meson.build",
"version:pkgbuild": "tox -e setconf -- pkgver \"${npm_package_version//-/}\"",
"version": "run-s version:*",
"changelog": "tools/changelog.mjs"
},
"version": "63.0.0"
}