profile_pic_generator/package.json
2024-09-12 16:39:27 +05:30

18 lines
351 B
JSON

{
"name": "profilepicgen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"express": "^4.21.0",
"random-avatar-generator": "^2.0.0",
"random-pfp": "^1.0.3"
}
}