35 lines
977 B
JSON
35 lines
977 B
JSON
{
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"test-lint": "eslint .",
|
|
"test-style": "prettier --check .",
|
|
"test": "npm run test-lint && npm run test-style"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@girs/adw-1": "^4.1.0",
|
|
"@girs/gdesktopenums-3.0": "^4.1.0",
|
|
"@girs/gdk-4.0": "^4.1.0",
|
|
"@girs/geoclue-2.0": "^4.1.0",
|
|
"@girs/gio-2.0": "^4.1.0",
|
|
"@girs/glib-2.0": "^4.1.0",
|
|
"@girs/gly-2": "^4.1.0",
|
|
"@girs/glygtk4-2": "^4.1.0",
|
|
"@girs/gobject-2.0": "^4.1.0",
|
|
"@girs/graphene-1.0": "^4.1.0",
|
|
"@girs/gsk-4.0": "^4.1.0",
|
|
"@girs/gtk-4.0": "^4.1.0",
|
|
"@girs/meta-18": "^4.1.0",
|
|
"@girs/pango-1.0": "^4.1.0",
|
|
"@girs/shell-18": "^4.1.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-jsdoc": "^63.2.0",
|
|
"globals": "^17.7.0",
|
|
"prettier": "3.9.5"
|
|
}
|
|
}
|