{ "name": "bluesky-moon-tracker", "version": "1.0.0", "description": "A Bluesky moon tracker.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev:init": "npm install", "dev:start": "npx ts-node src/index.ts", "start:prod": "ts-node src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@atproto/api": "^0.12.13", "@types/axios": "^0.9.36", "axios": "^1.10.0", "cron": "^3.1.7", "dotenv": "^16.4.5" }, "devDependencies": { "@types/node": "^24.0.3", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }