{
  "name": "@lucid-dreams/ax",
  "version": "14.0.38",
  "type": "module",
  "description": "(FORK) The best library to work with LLMs",
  "repository": {
    "type": "git",
    "url": "https://github.com/ax-llm/ax.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "keywords": [],
  "scripts": {
    "dev": "tsup --watch",
    "build": "npm run build:index && tsup",
    "build:index": "node --import=tsx ../../scripts/generateIndex.ts",
    "clean": "rm -rf dist",
    "test": "run-s test:*",
    "test:index": "node --import=tsx ../../scripts/generateIndex.ts",
    "test:type-check": "tsc --noEmit",
    "test:unit": "vitest run",
    "test:lint": "biome lint .",
    "test:format": "biome format .",
    "fix": "run-s fix:*",
    "fix:lint": "biome lint --write .",
    "fix:format": "biome format --write .",
    "doc:build:markdown": "typedoc --readme none",
    "coverage": "c8 ava",
    "prepare": "husky install",
    "tsx": "node --env-file=.env --import=tsx",
    "release": "release-it",
    "publish": "npm run build && cd dist && npm publish",
    "postbuild": "node ../../scripts/postbuild.js"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.9.0",
    "dayjs": "^1.11.13",
    "husky": "^9.1.7",
    "tsup": "^8.5.0",
    "tsx": "^4.20.6"
  },
  "ava": {
    "failFast": true,
    "timeout": "180s",
    "concurrency": 1,
    "extensions": {
      "ts": "module"
    },
    "nodeArguments": [
      "--import=tsimp"
    ],
    "files": [
      "!dist/**/*"
    ]
  },
  "tsd": {
    "directory": "./"
  },
  "files": [
    "**/*"
  ],
  "bugs": {
    "url": "https://github.com/@ax-llm/ax/issues"
  },
  "homepage": "https://github.com/ax-llm/ax#readme",
  "author": "Vikram <https://twitter.com/dosco>",
  "devDependencies": {
    "@types/uuid": "^10.0.0"
  }
}
