19 lines
631 B
JSON
19 lines
631 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": "cat ./src/modules/GtkVariants.js ./tests/gtk_themes/_variants.js.template > ./tests/gtk_themes/_variants.js & cat ./src/modules/ShellVariants.js ./tests/shell_themes/_variants.js.template > ./tests/shell_themes/_variants.js",
|
|
"test-variants": "ava",
|
|
"test": "npm run test-lint && npm run test-variants"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-jsdoc": "^30.7.13"
|
|
}
|
|
}
|