tachybase_todo/packages/plugins/@tachybase/plugin-blockchain/package.json
sealday 1742fa19fb chore(deps): remove crypt and bcrypt (#1444)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1444
2024-08-08 10:58:34 +08:00

20 lines
495 B
JSON

{
"name": "@tachybase/plugin-blockchain",
"version": "0.21.81",
"main": "dist/server/index.js",
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"hardhat": "^2.22.6",
"path": "^0.12.7",
"web3": "^4.11.1"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}