sealday
b4ca48201b
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1494
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"name": "@tachybase/plugin-blockchain",
|
|
"version": "0.21.86",
|
|
"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:*"
|
|
}
|
|
}
|