pagenotfound-cli/package.json
Jan Andrle 5a1c52565e
All checks were successful
Update RSS / update-rss (push) Successful in 5m17s
📺 🐛 nodejsscript is now peerDependencie
2024-06-28 14:43:05 +02:00

29 lines
679 B
JSON

{
"name": "pagenotfound-cli",
"version": "1.1.0",
"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": {
"jsdom": "~24.1"
},
"peerDependencies": {
"nodejsscript": "~1.0"
},
"engines": {
"node": ">=18.19"
}
}