diff --git a/package.json b/package.json index 38567e5..a87e56c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "dev": "nodemon src/server.ts", - "test": "jest", + "test": "jest",bcr "build": "tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./src -o ./dist", "start": "node dist/server.js" }, @@ -43,7 +43,7 @@ "@types/jwt-simple": "^0.5.33", "@types/passport": "^1.0.0", "@types/passport-google-oauth20": "^2.0.2", - "bcrypt": "^3.0.6", + "bcryptjs": "^2.4.3", "class-validator": "^0.9.1", "cors": "^2.8.5", "dotenv": "^8.0.0",