{ "dependencies": { "@basango/domain": "workspace:*", "@devscast/config": "catalog:", "bcrypt": "^6.0.0" }, "devDependencies": { "@types/bcrypt": "^6.0.0" }, "main": "src/index.ts", "name": "@basango/encryption", "private": true, "scripts": { "clean": "rm -rf .turbo node_modules", "typecheck": "tsc --noEmit" } }