motivational-picture-generator/package.json

23 lines
557 B
JSON

{
"name": "motivational-picture-generator",
"version": "1.0.0",
"description": "A project to learn NodeJS, ExpressJS, and whatever else along the way.",
"main": "index.mjs",
"scripts": {
"dev": "nodemon index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.3",
"puppeteer": "^22.4.0",
"puppeteer-autoscroll-down": "^1.1.2"
}
}