An experimental TypeSpec syntax for Lexicon

bla

Changed files
+5 -1
packages
emitter
+5 -1
packages/emitter/package.json
··· 4 4 "description": "TypeSpec emitter for ATProto Lexicon definitions", 5 5 "main": "dist/index.js", 6 6 "type": "module", 7 + "files": [ 8 + "lib", 9 + "src" 10 + ], 7 11 "exports": { 8 12 ".": { 9 13 "typespec": "./lib/main.tsp", ··· 29 33 "atproto", 30 34 "lexicon" 31 35 ], 32 - "author": "", 36 + "author": "Dan Abramov <dan.abramov@gmail.com>", 33 37 "license": "MIT", 34 38 "dependencies": { 35 39 "@typespec/compiler": "^1.4.0"