This commit is contained in:
2026-07-12 11:36:01 +02:00
parent 1f180a2e53
commit 062054f450
46 changed files with 976 additions and 1691 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "@cryptgeon/shared",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@msgpack/msgpack": "^3.1.3",
"@noble/ciphers": "^2.2.0",
"@noble/hashes": "^2.2.0"
},
"devDependencies": {
"typescript": "^5.9.3",
"vitest": "^4.1.7"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
}
}