a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove the mise wrap

Mary a0f92688 83f11c0a

+2 -2
+2 -2
CLAUDE.md
··· 18 18 19 19 ### project management 20 20 21 - - tools like Node.js, Bun and pnpm are managed by mise, to run them, use `mise exec -- pnpm ...` 21 + - tools like Node.js, Bun and pnpm are managed by mise 22 22 - check `pnpm view <package>` before adding a new dependency 23 23 24 24 #### root-level tasks ··· 28 28 29 29 #### package-level tasks 30 30 31 - run these inside the package directory, e.g. `cd packages/utilities/cbor; mise exec -- pnpm run ...` 31 + run these inside the package directory, e.g. `cd packages/utilities/cbor; pnpm run ...` 32 32 33 33 - build via `pnpm run build` (tsgo, includes typechecking) 34 34 - test via `pnpm run test` (vitest)