a tiny atproto handle typeahead web component
at main 365 B view raw
1{ 2 "name": "actor-typeahead", 3 "version": "0.1.1", 4 "description": "", 5 "main": "actor-typeahead.js", 6 "scripts": { 7 "typecheck": "tsc -p jsconfig.json" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git@tangled.sh:jakelazaroff.com/actor-typeahead" 12 }, 13 "author": "", 14 "license": "MPL-2.0", 15 "devDependencies": { 16 "typescript": "^5.9.3" 17 } 18}