Suite of AT Protocol TypeScript libraries built on web standards
21
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 16 lines 327 B view raw
1{ 2 "name": "@atp/sync", 3 "version": "0.1.0-alpha.12", 4 "exports": "./mod.ts", 5 "license": "MIT", 6 "imports": { 7 "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0", 8 "multiformats": "npm:multiformats@^13.4.1", 9 "p-queue": "npm:p-queue@^8.1.1" 10 }, 11 "test": { 12 "permissions": { 13 "env": true 14 } 15 } 16}