mirror of
https://github.com/arthur-pbty/links.git
synced 2026-08-01 20:29:27 +02:00
Co-authored-by: arthur-pbty <128254439+arthur-pbty@users.noreply.github.com>
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"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"
|
|
}
|
|
} |