tachybase_todo/packages/plugins/@tachybase/plugin-blockchain/package.json
hua 54a7f5dc40 feat: blockchain (#1408)
Co-authored-by: root <root@huahua.daoyoucloud.com>
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: TomyJan <TomyJan6@gmail.com>
Co-authored-by: luliangqiang <2650321653@qq.com>
Co-authored-by: yoona <1486343814@qq.com>
Co-authored-by: wjh <wwwjh0710@163.com>
Reviewed-on: daoyoucloud/tachybase#1408
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: hua <1494133104@qq.com>
Co-committed-by: hua <1494133104@qq.com>
2024-07-31 15:26:28 +08:00

20 lines
478 B
JSON

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