feat: 新增共享加密包并引入 ZIP/PGP 依赖
This commit is contained in:
16
packages/crypto/package.json
Normal file
16
packages/crypto/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@furtherverse/crypto",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"openpgp": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@furtherverse/tsconfig": "workspace:*",
|
||||
"@types/bun": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user