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