mastodon-clippy/package.json

17 lines
441 B
JSON
Raw Normal View History

2021-05-15 15:03:59 +10:00
{
"name": "mastodon-clippy",
2021-11-06 10:15:33 +11:00
"version": "1.1.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": {
2021-11-06 10:15:33 +11:00
"axios": "^0.21.2",
"ws": "^7.5.10"
2021-05-15 15:03:59 +10:00
}
}