a tiny atproto handle typeahead web component
atproto
bluesky
1{
2 "name": "actor-typeahead",
3 "version": "0.1.2",
4 "description": "A small web component that progressively enhances an <input> element into an autocomplete for ATProto handles.",
5 "main": "actor-typeahead.js",
6 "type": "module",
7 "customElements": "custom-elements.json",
8 "scripts": {
9 "typecheck": "tsc -p jsconfig.json",
10 "manifest": "cem analyze"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@tangled.sh:jakelazaroff.com/actor-typeahead"
15 },
16 "license": "MPL-2.0",
17 "devDependencies": {
18 "@custom-elements-manifest/analyzer": "^0.11.0",
19 "typescript": "^5.9.3"
20 }
21}