{
  "name": "@tanagram/lore",
  "version": "0.1.252",
  "description": "Lore CLI",
  "type": "module",
  "bin": {
    "lore": "./dist/index.js"
  },
  "files": [
    "dist",
    "scripts/nodeVersionGuard.mjs",
    "scripts/runPostinstallCommand.mjs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@sentry/esbuild-plugin": "^5.2.1",
    "@ts-rest/core": "3.53.0-rc.1",
    "@ts-rest/fastify": "3.53.0-rc.1",
    "@types/node": "^22.16.5",
    "@types/react": "^19.0.0",
    "drizzle-orm": "^0.45.2",
    "esbuild": "^0.28.1",
    "fastify": "^5.8.5",
    "ink-testing-library": "^4.0.0",
    "smol-toml": "^1.6.1",
    "tsx": "^4.22.4",
    "typescript": "7.0.1-rc",
    "@lore/contracts": "0.1.0",
    "@lore/db": "0.1.0",
    "@lore/logging": "0.1.0",
    "@lore/transcript-locate": "0.1.0",
    "@lore/identity-store": "0.1.0",
    "@lore/transcripts": "0.1.0"
  },
  "dependencies": {
    "@sentry/node": "^10.47.0",
    "citty": "^0.2.2",
    "ink": "^6.0.0",
    "react": "^19.0.0",
    "yaml": "2.8.3",
    "zod": "^4.4.3"
  },
  "scripts": {
    "dev": "node scripts/runDev.mjs",
    "dev:reload": "SENTRY_SPOTLIGHT=1 pnpm run postinstall && node scripts/runDev.mjs",
    "dev:watch": "tsx src/index.ts _run_daemon",
    "postinstall": "node scripts/runPostinstallCommand.mjs postinstall:migrate && node scripts/runPostinstallCommand.mjs postinstall:refresh-background-binary",
    "build": "node scripts/build.mjs",
    "build:prod": "node scripts/build.mjs --prod",
    "gen:scrubber-rules": "node scripts/generateBaselineRules.mjs",
    "start": "node dist/index.js",
    "tui:stories": "tsx src/index.ts tui:stories",
    "lint": "biome check src",
    "typecheck": "tsc --noEmit",
    "test": "node scripts/runTests.mjs",
    "test:skill-sync:e2e": "env NODE_ENV=test S3_BUCKET=test AWS_ACCESS_KEY_ID=test AWS_SECRET_ACCESS_KEY=test tsx --test --experimental-test-isolation=none --import ../api/src/test/setup.ts src/skills/skillSync.e2e.ts",
    "test:skill-sync-daemon:e2e": "env NODE_ENV=test S3_BUCKET=test AWS_ACCESS_KEY_ID=test AWS_SECRET_ACCESS_KEY=test tsx --test --experimental-test-isolation=none --import ../api/src/test/setup.ts src/skills/testing/skillSyncDaemon.e2e.ts"
  }
}