ai_cover_letter_generator/package.json

23 lines
491 B
JSON
Raw Normal View History

2025-02-11 17:00:36 -05:00
{
"dependencies": {
2025-02-12 15:16:14 -05:00
"@anthropic-ai/sdk": "^0.36.3",
2025-02-17 13:08:19 -05:00
"@tailwindcss/cli": "^4.0.6",
2025-02-12 15:41:23 -05:00
"docx": "^9.1.1",
2025-02-12 15:16:14 -05:00
"dotenv": "^16.4.7",
2025-02-13 08:45:18 -05:00
"express": "^4.21.2",
2025-02-14 08:27:11 -05:00
"multer": "^1.4.5-lts.1",
2025-02-17 13:08:19 -05:00
"pdf-parse": "^1.1.1",
"tailwindcss": "^4.0.6"
2025-02-11 17:00:36 -05:00
},
"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"
}