root 1b929dd892 fix types package: point main/types to compiled dist output
Node.js was loading src/index.ts at runtime (raw TypeScript) because
main pointed to the source. At runtime it tried to resolve './damage'
without an extension which fails in Node's ESM resolver.

Pointing main to dist/index.js makes Node load the compiled CommonJS
output produced by `tsc` during the build step.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 20:30:44 -04:00
2026-05-06 22:58:23 -04:00
2026-05-06 22:58:23 -04:00
2026-05-09 20:01:51 -04:00
2026-05-09 20:01:51 -04:00
2026-04-30 14:59:57 -04:00
2026-05-10 19:19:56 -04:00
2026-05-16 16:51:59 -04:00
2026-05-06 22:58:23 -04:00
2026-05-06 22:58:23 -04:00
2026-04-30 14:59:57 -04:00
2026-05-10 22:21:54 -04:00
2026-05-06 22:58:23 -04:00
2026-05-15 12:44:12 -04:00
2026-05-06 22:58:23 -04:00
2026-05-15 15:44:31 +00:00
2026-05-06 22:58:23 -04:00
2026-05-09 20:01:51 -04:00
2026-05-15 15:44:31 +00:00
2026-05-10 19:19:56 -04:00
2026-04-30 14:59:57 -04:00
2026-04-30 14:59:57 -04:00
S
Description
Car Management System
196 MiB
Languages
TypeScript 93.6%
CSS 3%
Shell 2.3%
JavaScript 1%