2021-05-15 15:03:59 +10:00
|
|
|
{
|
|
|
|
"name": "mastodon-clippy",
|
2021-05-23 15:43:09 +10:00
|
|
|
"version": "1.0.1",
|
2021-05-15 15:03:59 +10:00
|
|
|
"description": "Mastodon clippy bot",
|
|
|
|
"repository": "https://github.com/hughrun/mastodon-clippy.git",
|
|
|
|
"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": {
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
"ws": "^7.4.5"
|
|
|
|
}
|
|
|
|
}
|