Files
Shade/packages/shade-key-transparency/package.json

22 lines
423 B
JSON
Raw Normal View History

{
"name": "@shade/key-transparency",
"version": "4.4.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"dependencies": {
"@shade/core": "workspace:*",
"@noble/hashes": "^2.0.1"
},
"devDependencies": {
"@shade/crypto-web": "workspace:*",
"fast-check": "^3.22.0"
}
}