File size: 349 Bytes
c09f67c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"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:"
}
}
|