You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
293 B

{
"name": "imgdownloads",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"run": "nodemon ./app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"express": "^4.18.2",
"sharp": "^0.33.2"
}
}