2024-07-31 15:26:28 +08:00
|
|
|
{
|
|
|
|
"name": "@tachybase/plugin-blockchain",
|
2024-08-01 18:09:46 +08:00
|
|
|
"version": "0.21.81",
|
2024-07-31 15:26:28 +08:00
|
|
|
"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": {
|
2024-08-01 17:09:20 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
2024-07-31 15:26:28 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
|
|
|
}
|
|
|
|
}
|