{ "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" }