2024-06-26 14:57:18 +02:00
|
|
|
{
|
2024-06-28 10:45:13 +02:00
|
|
|
"name": "pagenotfound-cli",
|
2024-07-11 15:51:28 +02:00
|
|
|
"version": "1.2.1",
|
2024-06-28 10:45:13 +02:00
|
|
|
"description": "Utility primary for generating RSS feed for Pagenotfound",
|
|
|
|
"bin": "cli.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Jan Andrle <andrle.jan@centrum.cz>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.jaandrle.cz/jaandrle/pagenotfound-cli.git"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitea.jaandrle.cz/jaandrle/pagenotfound-cli",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitea.jaandrle.cz/jaandrle/pagenotfound-cli/issues"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2024-09-09 11:25:31 +02:00
|
|
|
"jsdom": "~25.0"
|
2024-06-28 14:43:05 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-06-28 10:45:13 +02:00
|
|
|
"nodejsscript": "~1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18.19"
|
|
|
|
}
|
2024-06-26 14:57:18 +02:00
|
|
|
}
|