diff --git a/package.json b/package.json new file mode 100644 index 0000000..b5f24a2 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "selfcarebot", + "version": "0.0.1", + "description": "Code for @selfcarebot@social.whytheyfight.com", + "main": "bot.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.whytheyfight.com/max/selfcarebot.git" + }, + "keywords": [ + "bot", + "mastodon", + "self-care" + ], + "author": "Max Barksdale", + "license": "GPL-3.0-or-later" +}