Files
basango/packages/encryption/package.json
T
2025-11-09 16:28:36 +02:00

10 lines
176 B
JSON

{
"main": "src/index.ts",
"name": "@basango/encryption",
"private": true,
"scripts": {
"clean": "rm -rf .turbo node_modules",
"typecheck": "tsc --noEmit"
}
}