-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.08 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.08 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
{
"name": "audit_engine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"check": "node --check src/server.js && node --check src/app.js && node --check src/routes/jobRoutes.js && node --check src/services/jobProcessor.js && node --check src/store/jobStore.js && node --check src/utils/file.js && node --check src/services/ai/extractor.js && node --check src/services/report/pdfReport.js && node --check src/config/auditSchema.js && node --check src/middleware/adminAuth.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mukul007d-cole/Audit_engine.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/mukul007d-cole/Audit_engine/issues"
},
"homepage": "https://github.com/mukul007d-cole/Audit_engine#readme",
"dependencies": {
"dotenv": "^17.2.3",
"express": "^5.2.1",
"multer": "^2.0.2",
"openai": "^6.17.0",
"pdfkit": "^0.17.2"
}
}