File size: 693 Bytes
632f4ea 6a40d3a 632f4ea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
{
"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"
} |