{ "name": "aerss", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js", "test": "node --test 'test/**/*.test.js'" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "engines": { "node": "20.x" }, "dependencies": { "@rowanmanning/feed-parser": "^1.0.1", "body-parser": "^1.20.2", "express": "^4.19.2", "node-cron": "^3.0.3", "node-fetch": "^3.3.2", "webex-node-bot-framework": "^2.5.1" } }