botAgentHub / package.json
anand0x's picture
feat: init hf deploy
274aa98 unverified
Raw
History Blame Contribute Delete
678 Bytes
{
"name": "bot-agent-hub",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.1.3",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm --filter @bot-agent-hub/web dev",
"lint": "pnpm -r lint",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"contracts:test": "pnpm --filter @bot-agent-hub/contracts test",
"contracts:coverage": "pnpm --filter @bot-agent-hub/contracts coverage",
"indexer:dev": "pnpm --filter @bot-agent-hub/indexer dev",
"web:dev": "pnpm --filter @bot-agent-hub/web dev"
},
"pnpm": {
"onlyBuiltDependencies": [
"bufferutil",
"esbuild",
"utf-8-validate"
]
}
}