Enhance project structure: add AGENTS.md for repository guidelines, update .gitignore to exclude TypeScript build info, and refine package.json scripts for improved build and publish processes.

This commit is contained in:
2025-09-24 18:24:47 -04:00
parent 56e9e23e4b
commit 36cf6d6b38
26 changed files with 566 additions and 442 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
export * from "./lookup.js";
// export * from "./types.js";
export * from "./api/lookup.js";
export type * from "./types.js";