Init node app

This commit is contained in:
2025-07-08 11:58:07 +02:00
parent 089ae34932
commit 5ed6bcc33b
2 changed files with 1120 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "badgedex",
"version": "0.0.1",
"description": "BadgeDex. Create awesome badges for Github profile",
"main": "index.js",
"scripts": {
"start": "node 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": {
"@svgdotjs/svg.js": "^3.2.4",
"express": "^5.1.0",
"node-fetch": "^3.3.2",
"svgdom": "^0.1.21"
}
}