Init node app
This commit is contained in:
Generated
+1094
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user