mastodon-clippy/package.json

17 lines
445 B
JSON
Raw Permalink Normal View History

2021-05-15 15:03:59 +10:00
{
"name": "mastodon-clippy",
2024-08-10 11:44:48 +10:00
"version": "1.1.2",
2021-05-15 15:03:59 +10:00
"description": "Mastodon clippy bot",
2024-08-10 11:44:48 +10:00
"repository": "https://git.suboptimal.solutions/hugh/mastodon-clippy",
2021-05-15 15:03:59 +10:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hugh Rundle <hugh@hughrundle.net> (https://www.hughrundle.net)",
"license": "AGPL-3.0-or-later",
"dependencies": {
2024-08-10 11:44:48 +10:00
"axios": "^1.7.3",
"ws": "^8.18"
2021-05-15 15:03:59 +10:00
}
}