-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.78 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "invoicehub",
"version": "1.0.0",
"description": "Project Description : The Retail Invoice Management System is a comprehensive software solution designed to streamline and automate invoice data management in the retail industry. The system offers a set of powerful subsystems that enable efficient handling of invoices, data extraction, storage, search, analysis, and export. It simplifies the entire invoice processing workflow, from importing physical invoices to generating customized reports and integrating with other software applications.",
"main": "index.js",
"scripts": {
"devStart": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Collaboration95/InvoiceHub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Collaboration95/InvoiceHub/issues"
},
"homepage": "https://github.com/Collaboration95/InvoiceHub#readme",
"dependencies": {
"@aws-sdk/client-rekognition": "^3.360.0",
"@aws-sdk/client-textract": "^3.379.1",
"aws-sdk": "^2.1405.0",
"chalk": "^5.3.0",
"chart.js": "^4.3.0",
"dotenv": "^16.1.1",
"express": "^4.18.2",
"faker": "^5.5.3",
"fs": "^0.0.1-security",
"http-server": "^14.1.1",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.0",
"pdfjs-dist": "^3.7.107",
"selenium-webdriver": "^4.11.1",
"supertest": "^6.3.3"
},
"devDependencies": {
"chai": "^4.3.7",
"fetch-mock": "^9.11.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.2",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^22.1.0",
"mocha": "^10.2.0",
"nodemon": "^2.0.22"
},
"jest": {
"testEnvironment": "jest-environment-jsdom"
}
}