a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto
bluesky
typescript
npm
1{
2 "private": true,
3 "type": "module",
4 "scripts": {
5 "fmt": "oxfmt",
6 "lint": "oxlint"
7 },
8 "devDependencies": {
9 "@changesets/cli": "^2.31.0",
10 "@mary/tar": "jsr:^0.3.2",
11 "@mitata/counters": "^0.0.8",
12 "@typescript/native-preview": "7.0.0-dev.20260422.1",
13 "mitata": "^1.0.34",
14 "oxfmt": "^0.46.0",
15 "oxlint": "^1.61.0",
16 "oxlint-tsgolint": "^0.21.1",
17 "prettier": "^3.8.3",
18 "typescript": "~6.0.3"
19 },
20 "pnpm": {
21 "patchedDependencies": {
22 "@atproto/pds": "patches/@atproto__pds.patch"
23 }
24 }
25}