mastodonCzStats/package.json
Bot fc181ea086 dev-cron (#1)
Reviewed-on: #1
Co-authored-by: Bot <andrle.jan@centrum.cz>
Co-committed-by: Bot <andrle.jan@centrum.cz>
2024-06-28 14:11:01 +02:00

26 lines
680 B
JSON

{
"name": "mastodon-cz-stats",
"version": "1.0.0",
"description": "Experimentální skript k získání českých Mastodon instancí a dodatečných informací.",
"bin": "mastodonCzStats.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/mastodonCzStats.git"
},
"homepage": "https://gitea.jaandrle.cz/jaandrle/mastodonCzStats",
"bugs": {
"url": "https://gitea.jaandrle.cz/jaandrle/mastodonCzStats/issues"
},
"license": "MIT",
"dependencies": {
"nodejsscript": "~1.0"
},
"engines": {
"node": ">=18.19"
}
}