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(tid): publish to jsr

Mary 4472940c a1957863

+13
+13
packages/utilities/tid/jsr.json
··· 1 + { 2 + "$schema": "https://jsr.io/schema/config-file.v1.json", 3 + "name": "@atcute/tid", 4 + "version": "1.0.2", 5 + "license": "0BSD", 6 + "exports": { 7 + ".": "./lib/index.ts" 8 + }, 9 + "publish": { 10 + "include": ["lib/", "README.md", "jsr.json"], 11 + "exclude": ["**/*.test.ts"] 12 + } 13 + }