motivational-picture-generator/package.json

20 lines
482 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "Modules",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.18.3",
"puppeteer": "^22.4.0",
"puppeteer-autoscroll-down": "^2.0.0"
}
}