pagenotfound-cli/package.json
Jan Andrle df82405ed8
All checks were successful
Update RSS / update-rss (push) Successful in 5m16s
Updates workflow (more functional and straightforward)
2024-06-27 16:35:15 +02:00

19 lines
381 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": "",
"license": "MIT",
"dependencies": {
"jsdom": "~24.1",
"nodejsscript": "~1.0"
},
"engines": {
"node": ">=18.19"
}
}