Files
gnome-night-theme-switcher/package.json
T
2022-02-18 13:24:25 +01:00

16 lines
309 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": "npm run test-lint"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-plugin-jsdoc": "^37.9.2"
}
}