forked from
mary.my.id/atcute
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
1{
2 "private": true,
3 "type": "module",
4 "scripts": {
5 "fmt": "oxfmt",
6 "lint": "oxlint"
7 },
8 "devDependencies": {
9 "@changesets/cli": "^2.29.8",
10 "@mary/tar": "jsr:^0.3.2",
11 "@mitata/counters": "^0.0.8",
12 "@prettier/plugin-oxc": "^0.1.3",
13 "@typescript/native-preview": "7.0.0-dev.20260212.1",
14 "mitata": "^1.0.34",
15 "oxfmt": "^0.31.0",
16 "oxlint": "^1.47.0",
17 "oxlint-tsgolint": "^0.12.1",
18 "prettier": "^3.8.1",
19 "typescript": "~5.9.3"
20 }
21}