You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
404 B
JSON
18 lines
404 B
JSON
3 years ago
|
{
|
||
|
"name": "link-shortener",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Killian' DAL-CIN contact@mrkayjaydee.xyz",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"dotenv": "^14.3.2",
|
||
|
"express": "^4.17.2",
|
||
|
"mongoose": "^6.1.8",
|
||
|
"shortid": "^2.2.16"
|
||
|
},
|
||
|
"description": "A simple link shortener API"
|
||
|
}
|