13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"dependencies": {
|
|
"@devscast/config": "catalog:"
|
|
},
|
|
"main": "src/index.ts",
|
|
"name": "@basango/encryption",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
}
|