20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.36.3",
|
|
"docx": "^9.1.1",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pdf-parse": "^1.1.1"
|
|
},
|
|
"name": "ai_cover_letter_generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|