Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openchainbench",
"version": "0.1.0",
"private": true,
"description": "Open benchmarks for crypto infrastructure aggregators, bridges, price feeds.",
"description": "Open benchmarks for crypto infrastructure \u2014 aggregators, bridges, price feeds.",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -12,7 +12,8 @@
"typecheck": "tsc --noEmit",
"validate": "tsx scripts/validate-specs.ts",
"spec:dry-run": "tsx scripts/dry-run-spec.ts",
"check": "pnpm validate && pnpm typecheck && pnpm lint && pnpm test"
"check": "pnpm validate && pnpm typecheck && pnpm lint && pnpm test",
"worker": "tsx worker/index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
Expand Down Expand Up @@ -46,4 +47,4 @@
"postcss": "^8.5.10"
}
}
}
}
Loading
Loading