Files
Shade/packages/shade-recovery/package.json

23 lines
453 B
JSON
Raw Normal View History

{
"name": "@shade/recovery",
"version": "4.8.0",
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"dependencies": {
"@shade/core": "workspace:*",
"@shade/crypto-web": "workspace:*",
"@shade/sdk": "workspace:*"
},
"devDependencies": {
"@shade/server": "workspace:*",
"fast-check": "^3.22.0"
}
}