refactor: rename project from aicl to lmc

This commit is contained in:
mitchell 2026-04-28 17:17:21 -04:00
parent b3fb6fd66f
commit adb0fe234a
6 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{
"name": "aicl",
"name": "lmc",
"module": "index.ts",
"type": "module",
"private": true,
@ -14,7 +14,7 @@
"build:js": "bun run check && bun run --parallel build:bundle build:tts && bun run --parallel shebang shebang:tts",
"build:bundle": "bun build --target=bun --production --sourcemap --outdir=out index.ts",
"build:tts": "bun build --target=bun --production --sourcemap --outdir=out tts.ts",
"build:bin": "bun build --compile --outfile=out/aicl index.ts",
"build:bin": "bun build --compile --outfile=out/lmc index.ts",
"shebang": "sed -i '1i#!\\/usr\\/bin\\/env bun' out/index.js",
"shebang:tts": "sed -i '1i#!\\/usr\\/bin\\/env bun' out/tts.js",
"tc": "tsc --noEmit --incremental"