{ "name": "news-service", "version": "1.0.0", "description": "Standalone news microservice with scheduled sync and JSON storage", "type": "commonjs", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "express": "^4.21.2", "node-cron": "^4.2.1" } }