tachybase_todo/packages/plugins/@tachybase/plugin-blockchain/package.json

20 lines
495 B
JSON
Raw Normal View History

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