mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-09-27 04:51:45 +00:00
25 lines
508 B
JSON
25 lines
508 B
JSON
{
|
|
"name": "@cryptgeon/shared",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^3.1.3",
|
|
"@noble/ciphers": "^2.4.0",
|
|
"@noble/hashes": "^2.4.0",
|
|
"lz4js": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/strictest": "catalog:",
|
|
"@types/lz4js": "^0.2.2",
|
|
"typescript": "catalog:",
|
|
"vitest": "^4.1.11"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
}
|
|
} |