a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
at major 23 lines 764 B view raw
1{ 2 "private": true, 3 "type": "module", 4 "scripts": { 5 "pull": "node ./scripts/pull-lexicons.js", 6 "pull:bluemoji": "node ./scripts/pull-bluemoji-lexicons.js", 7 "pull:frontpage": "node ./scripts/pull-frontpage-lexicons.js", 8 "pull:leaflet": "node ./scripts/pull-leaflet-lexicons.js", 9 "pull:lexcom": "node ./scripts/pull-lexcom-lexicons.js", 10 "pull:tangled": "node ./scripts/pull-tangled-lexicons.js", 11 "pull:whtwnd": "node ./scripts/pull-whtwnd-lexicons.js", 12 "fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ." 13 }, 14 "devDependencies": { 15 "@changesets/cli": "^2.29.5", 16 "@mary/tar": "jsr:^0.3.1", 17 "@mitata/counters": "^0.0.8", 18 "mitata": "^1.0.34", 19 "pkg-size-report": "workspace:^", 20 "prettier": "^3.6.2", 21 "typescript": "~5.8.3" 22 } 23}