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": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write .",
6 "lint": "oxlint"
7 },
8 "devDependencies": {
9 "@changesets/cli": "^2.29.8",
10 "@mary/tar": "jsr:^0.3.1",
11 "@mitata/counters": "^0.0.8",
12 "@prettier/plugin-oxc": "^0.1.3",
13 "@typescript/native-preview": "7.0.0-dev.20260102.1",
14 "mitata": "^1.0.34",
15 "oxlint": "^1.36.0",
16 "pkg-size-report": "workspace:^",
17 "prettier": "^3.7.4",
18 "typescript": "~5.9.3"
19 }
20}