# Outils supplémentaires

### BCrypt.js

```bash
npm i bcryptjs
npm i -D @types/bcryptjs
```

### ClassTransformer / ClassValidator

```bash
npm i class-transformer class-validator
```

### Passport

```bash
npm i passport @nestjs/passport
```

### MySQL

```bash
npm i mysql2
```

### Swagger

```bash
npm i swagger-ui-express @nestjs/swagger
```

### TypeORM

```bash
npm i typeorm @nestjs/typeorm
```

### Winston

```bash
npm i winston
```

### LintStaged

```bash
npm i -D lint-staged
```

### JestJunit

```bash
npm i -D jest-junit
```

### Husky

```bash
npm i -D husky
```