19 lines
435 B
JSON
19 lines
435 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": "^7.32.0",
|
|
"eslint-plugin-jsdoc": "^30.7.13"
|
|
}
|
|
}
|