{ "name": "actor-typeahead", "version": "0.1.2", "description": "A small web component that progressively enhances an element into an autocomplete for ATProto handles.", "main": "actor-typeahead.js", "type": "module", "customElements": "custom-elements.json", "scripts": { "typecheck": "tsc -p jsconfig.json", "manifest": "cem analyze" }, "repository": { "type": "git", "url": "git@tangled.sh:jakelazaroff.com/actor-typeahead" }, "license": "MPL-2.0", "devDependencies": { "@custom-elements-manifest/analyzer": "^0.11.0", "typescript": "^5.9.3" } }