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(oauth-keyset): remove unused vitest

Mary eefcc7ce 4669d5eb

-4
-4
packages/oauth/keyset/package.json
··· 23 23 }, 24 24 "scripts": { 25 25 "build": "tsgo --project tsconfig.build.json", 26 - "test": "vitest", 27 26 "prepublish": "rm -rf dist; pnpm run build" 28 27 }, 29 28 "dependencies": { 30 29 "@atcute/oauth-crypto": "workspace:^" 31 - }, 32 - "devDependencies": { 33 - "vitest": "^4.0.18" 34 30 } 35 31 }