22 lines
437 B
JSON
22 lines
437 B
JSON
{
|
|
"name": "invoice-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@mistralai/mistralai": "^1.5.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.5.0",
|
|
"express": "^5.1.0",
|
|
"multer": "^1.4.5-lts.2",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|