DiscordEmbedder/package.json
2023-12-18 19:01:53 +00:00

26 lines
641 B
JSON

{
"name": "discordembedder",
"version": "1.0.0",
"description": "Wanna show off your cool profile to your friends? Insert your profile, and get a simple card you can embed on your site! Theme it how you want, embed it how you want, its up to you!",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/Bingus_Violet/DiscordEmbedder"
},
"keywords": [
"discord",
"lanyard",
"embed",
"web"
],
"author": "Violet",
"license": "LGPL-3.0-or-later",
"dependencies": {
"express": "^4.18.2",
"node-fetch": "^2.7.0"
}
}