mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-07-05 06:55:30 +00:00
25 lines
498 B
JSON
25 lines
498 B
JSON
{
|
|
"name": "@cryptgeon/shared",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^3.1.3",
|
|
"@noble/ciphers": "^2.2.0",
|
|
"@noble/hashes": "^2.2.0",
|
|
"ky": "^2.0.2",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/strictest": "catalog:",
|
|
"@vitest/browser-playwright": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"scripts": {
|
|
"test:browser": "vitest"
|
|
}
|
|
}
|