{ "name": "cvgen", "version": "1.0.0", "description": "A project to connect to the LinkedIn API and retrieve user profile information.", "main": "app.js", "scripts": { "start": "node app.js" }, "dependencies": { "express": "^4.17.1", "axios": "^0.21.1", "dotenv": "^8.2.0" }, "author": "ExostFlash", "license": "ISC", "repository": { "type": "git", "url": "ssh://git@git.lehub.tf:2222/MecDu.Dev/cvgen.git" } }