{ "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", "axios": "^1.10.0", "express": "^5.1.0", "svgdom": "^0.1.21" } }