18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|