{ "name": "grow-garden-stock-bot", "version": "1.0.0", "description": "Facebook Messenger bot for stock notifications", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "axios": "^1.6.7", "body-parser": "^1.20.2", "express": "^4.18.2", "node-cron": "^3.0.2", "ws": "^8.17.0" }, "devDependencies": { "nodemon": "^3.0.2" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "facebook", "messenger", "bot", "stock", "notifications" ], "author": "Jonell Hutchin Magallanes ", "license": "MIT" }