Files
Nils-Johan Gynther dcc60af0c0
Test Suite / test (24.15.0) (push) Has been cancelled
Refactor code structure for improved readability and maintainability
2026-05-12 22:20:57 +02:00

37 lines
1.0 KiB
JSON

{
"name": "recipe-importer-api",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "nest build",
"start": "node dist/main",
"start:dev": "nest start --watch",
"typecheck": "tsc --noEmit",
"audit:high": "npm audit --audit-level=high",
"quality:ci": "npm run typecheck && npm run build && npm run audit:high"
},
"dependencies": {
"@nestjs/common": "^11.1.19",
"@nestjs/core": "^11.1.19",
"@nestjs/platform-express": "^11.1.19",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"multer": "^2.1.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^5.7.284",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"tesseract.js": "^5.1.1"
},
"devDependencies": {
"@nestjs/cli": "^11.0.21",
"@nestjs/schematics": "^11.1.0",
"@types/express": "^5.0.5",
"@types/multer": "^1.4.12",
"@types/node": "^22.15.29",
"@types/pdf-parse": "^1.1.4",
"typescript": "^5.4.5"
}
}