brief-05-back/package.json
Mathis 56bfd8cd0d
type: style
scope: services, interfaces

subject: Apply code formatting

- Correct indentation and formatting to match code style standards in multiple 'interfaces' and 'services' files.
- Also ensure lines at the end of the files.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-30 10:55:37 +02:00

35 lines
820 B
JSON

{
"name": "brief-05-back",
"version": "1.1.0",
"description": "",
"main": "src/app.ts",
"keywords": [],
"author": "Mathis HERRIOT",
"license": "MIT",
"scripts": {
"bun:dev": "bun run --watch src/app.ts",
"bun:check": "bunx biome check --skip-errors --apply src"
},
"dependencies": {
"@node-rs/argon2": "^1.8.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-validator": "^7.0.1",
"helmet": "^7.1.0",
"jose": "^5.2.4",
"morgan": "^1.10.0",
"mysql2": "^3.9.7",
"tslog": "^4.9.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.7.0",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.12.7",
"@types/uuid": "^9.0.8"
}
}