Skip to content
Open
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
2 changes: 1 addition & 1 deletion .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenScan is a trustless, open-source, standalone web-app and multi-chain blockch

## Quick Reference

- **Package Manager**: Bun 1.1.0 (lockfile: `bun.lock`, pinned via the `packageManager` field in `package.json`). The repo's documented commands use `npm run` because they invoke `package.json` scripts — `bun run` works equivalently.
- **Package Manager**: Bun 1.4.2 (lockfile: `bun.lock`, pinned via the `packageManager` field in `package.json`; the lockfile is `lockfileVersion` 3, which needs Bun 1.4 or newer). The repo's documented commands use `npm run` because they invoke `package.json` scripts — `bun run` works equivalently.
- **Bundler**: Vite
- **Dev Server**: `npm start` (http://localhost:3030)
- **Type Check**: `npm run typecheck`
Expand Down
5 changes: 4 additions & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.2.6-alpha",
"private": true,
"type": "module",
"packageManager": "bun@1.1.0",
"packageManager": "bun@1.4.2",
"engines": {
"bun": ">=1.1.0"
"bun": ">=1.4.0"
},
"overrides": {
"@noble/hashes": "^1.8.0",
Expand Down
Loading
Loading