You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
311 B

3 years ago
{
"name": "mastodon_meme_bot",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
3 years ago
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "adb",
3 years ago
"license": "MPL-2.0",
"dependencies": {
"mastodon-api": "^1.3.0"
}
3 years ago
}