{ "name": "botodon", "version": "0.0.1", "description": "A pretty simple random message bot using mastodon", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mastodon", "bot" ], "author": "Shu", "license": "MIT", "dependencies": { "dotenv": "^8.0.0", "request": "^2.88.0", "request-promise-native": "^1.0.7" } }