mirror of
https://github.com/arthur-pbty/links.git
synced 2026-08-01 20:29:27 +02:00
Complete Node.js social links website implementation
Co-authored-by: arthur-pbty <128254439+arthur-pbty@users.noreply.github.com>
This commit is contained in:
co-authored by
arthur-pbty
parent
8a79fc4881
commit
61accaaedc
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user