27 lines
688 B
JSON
27 lines
688 B
JSON
{
|
|
"name": "somtodaynt",
|
|
"version": "1.20.0",
|
|
"description": "Simple browser plugin for changing the slogan of SOMtoday",
|
|
"main": "./content/js/index.js",
|
|
"dependencies": {
|
|
"web-ext": "^5.4.1",
|
|
"webextension-polyfill": "^0.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.15.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.arnweb.nl/arne/somtodaynt.git"
|
|
},
|
|
"author": "Arne van Iterson",
|
|
"license": "ISC"
|
|
}
|