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 22 lines 506 B view raw
1{ 2 "name": "@atp/common", 3 "version": "0.1.0-alpha.12", 4 "exports": { 5 ".": "./mod.ts", 6 "./server": "./server.ts" 7 }, 8 "license": "MIT", 9 "imports": { 10 "@logtape/file": "jsr:@logtape/file@^1.2.2", 11 "@logtape/logtape": "jsr:@logtape/logtape@^1.2.2", 12 "@std/encoding": "jsr:@std/encoding@^1.0.10", 13 "@std/fs": "jsr:@std/fs@^1.0.20", 14 "multiformats": "npm:multiformats@^13.4.1", 15 "zod": "jsr:@zod/zod@^4.1.13" 16 }, 17 "test": { 18 "permissions": { 19 "env": true 20 } 21 } 22}