{ "name": "crustywindowsdaily", "version": "1.0.0", "description": "Mastodon bot for the crustywindows archive", "main": "dist/index.js", "scripts": { "build": "tsc" }, "author": "Elijah R", "license": "GPL-3.0", "devDependencies": { "@types/node": "^20.11.5", "typescript": "^5.3.3" }, "dependencies": { "axios": "^1.6.5", "masto": "^6.5.2" }, "type": "module" }