tachybase_todo/packages/plugins/@tachybase/plugin-blockchain/package.json
sealday 3872e506a1 chore(version): release v0.21.88 (#1497)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1497
2024-08-29 17:25:45 +08:00

20 lines
495 B
JSON

{
"name": "@tachybase/plugin-blockchain",
"version": "0.21.87",
"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:*"
}
}