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 11 lines 181 B view raw
1{ 2 "name": "@atp/syntax", 3 "version": "0.1.0-alpha.2", 4 "exports": "./mod.ts", 5 "license": "MIT", 6 "test": { 7 "permissions": { 8 "read": ["./tests/interop"] 9 } 10 } 11}