json
{
"name": "hyperliquid-main",
"version": "1.0.0",
"description": "Hyperliquid Main OpenTool project",
"scripts": {
"dev": "opentool dev",
"build": "opentool build --input tools --output dist",
"metadata": "opentool metadata --input tools --output metadata.json",
"validate": "opentool validate --input tools"
},
"dependencies": {
"@msgpack/msgpack": "^3.0.0",
"@noble/hashes": "^1.5.0",
"opentool": "0.8.28",
"zod": "^4.2.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}