Files
gnome-night-theme-switcher/package.json
T
2021-10-21 11:35:26 +02:00

19 lines
433 B
JSON

{
"repository": {
"type": "git",
"url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension"
},
"license": "GPL-3.0-or-later",
"scripts": {
"test-lint": "eslint .",
"pretest-variants": "./tests/prepare_variants.sh",
"test-variants": "ava",
"test": "npm run test-lint && npm run test-variants"
},
"devDependencies": {
"ava": "^3.15.0",
"eslint": "^8.0.1",
"eslint-plugin-jsdoc": "^36.1.1"
}
}