You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
"description": "SAP Community Code Challenge: This repository is a template project/solution showing how to enhance your SAP Community profile picture with a new border.",
"main": "index.js",
"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0"
},
"type": "module",
"scripts": {
"start": "node index",
"dev": "nodemon index",
"test": "echo \"Error: no test specified\" && exit 1"