2024-06-28 14:11:01 +02:00
|
|
|
{
|
|
|
|
"name": "mastodon-cz-stats",
|
2024-08-01 16:55:14 +02:00
|
|
|
"version": "1.0.1",
|
2024-06-28 14:11:01 +02:00
|
|
|
"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",
|
2024-06-28 14:41:17 +02:00
|
|
|
"peerDependencies": {
|
2024-06-28 14:11:01 +02:00
|
|
|
"nodejsscript": "~1.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18.19"
|
|
|
|
}
|
|
|
|
}
|