cvgen/package.json
2025-09-03 10:37:15 +02:00

16 lines
No EOL
344 B
JSON

{
"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": "",
"license": "ISC"
}