25 lines
650 B
JSON
25 lines
650 B
JSON
{
|
|
"name": "uptime-kuma-monitor-configure",
|
|
"version": "0.0.1",
|
|
"description": "configure monitors for uptime-kuma directly in sqlite",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fucktheforce.de/lookshe/uptime-kuma-monitor-configure.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-yaml": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.7.4"
|
|
}
|
|
}
|