A simple script designed to periodically post random wolf noises on Bluesky.
1{
2 "name": "bluesky-awoo-bot",
3 "version": "1.0.0",
4 "description": "A Bluesky wolf bot.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "dependencies": {
13 "@atproto/api": "^0.12.13",
14 "cron": "^3.1.7",
15 "dotenv": "^16.4.5"
16 },
17 "devDependencies": {
18 "@types/node": "^24.0.3"
19 }
20}