Midday / packages /encryption /package.json
Jules
Final deployment with all fixes and verified content
c09f67c
{
"name": "@midday/encryption",
"version": "1.0.0",
"private": true,
"main": "src/index.ts",
"scripts": {
"clean": "rm -rf .turbo node_modules",
"lint": "biome check .",
"format": "biome format --write .",
"typecheck": "tsc --noEmit",
"test": "bun test --exit src"
},
"dependencies": {
"jose": "catalog:"
}
}