Complete Node.js social links website implementation

Co-authored-by: arthur-pbty <128254439+arthur-pbty@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-11 21:12:24 +00:00
co-authored by arthur-pbty
parent 8a79fc4881
commit 61accaaedc
6 changed files with 1197 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "links",
"version": "1.0.0",
"description": "A web app to distribute personal social media links",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "node app.js"
},
"keywords": ["links", "social", "profile"],
"author": "arthur-pbty",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
}
}