Files
badgedex/package.json
T

26 lines
608 B
JSON

{
"name": "badgedex",
"version": "0.0.1",
"description": "BadgeDex. Create awesome badges for Github profile",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://7139337cdda033731edc580629d502be491a6a8f@gitea.mihalyandras.familyds.org/echomike/badgedex.git"
},
"keywords": [
"badge",
"svg"
],
"author": "Mihály András Tóth",
"license": "ISC",
"dependencies": {
"axios": "^1.10.0",
"express": "^5.1.0",
"helmet": "^8.1.0"
}
}