{
  "name": "@yankeeinlondon/llm-model",
  "version": "0.2.0",
  "module": "src/index.ts",
  "type": "module",
  "bin": {
    "model": "dist/index.js"
  },
  "scripts": {
    "build": "bun build src/index.ts --target bun --outfile dist/index.js --sourcemap",
    "lint": "eslint src",
    "test": "vitest",
    "test:ci": "vitest run",
    "watch": "bun build src/index.ts --target bun --outfile dist/index.js --sourcemap --watch",
    "release": "bumpp"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^3.14.0",
    "@type-challenges/utils": "^0.1.1",
    "@types/bun": "^1.1.16",
    "@types/node": "^22.10.6",
    "bumpp": "^9.10.0",
    "eslint": "^9.18.0",
    "eslint-plugin-format": "^1.0.1",
    "husky": "^9.1.7",
    "jiti": "^2.4.2",
    "npm-run-all": "^4.1.5",
    "vitest": "^2.1.8"
  },
  "peerDependencies": {
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "@yankeeinlondon/ask": "^0.3.2",
    "chalk": "^5.4.1",
    "cli-table3": "^0.6.5",
    "dotenv": "^16.4.7",
    "fast-glob": "^3.3.3",
    "inferred-types": "^0.55.14"
  }
}
