{
  "name": "@artemiskit/cli",
  "version": "0.3.2",
  "description": "Command-line interface for ArtemisKit LLM evaluation toolkit",
  "type": "module",
  "license": "Apache-2.0",
  "author": "code-sensei",
  "repository": {
    "type": "git",
    "url": "https://github.com/code-sensei/artemiskit.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/code-sensei/artemiskit/issues"
  },
  "homepage": "https://artemiskit.vercel.app",
  "keywords": [
    "llm",
    "testing",
    "cli",
    "ai",
    "agents",
    "evaluation",
    "openai",
    "anthropic",
    "red-team"
  ],
  "bin": {
    "artemiskit": "./bin/artemis.ts",
    "akit": "./bin/artemis.ts"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc && bun build ./src/index.ts --outdir ./dist --target bun",
    "dev": "bun run ./bin/artemis.ts",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "test": "bun test"
  },
  "dependencies": {
    "@artemiskit/adapter-deepagents": "0.2.1",
    "@artemiskit/adapter-langchain": "0.2.1",
    "@artemiskit/adapter-openai": "0.1.12",
    "@artemiskit/adapter-vercel-ai": "0.1.12",
    "@artemiskit/core": "0.3.0",
    "@artemiskit/redteam": "0.3.0",
    "@artemiskit/reports": "0.3.0",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.3",
    "commander": "^12.0.0",
    "inquirer": "^9.2.0",
    "nanoid": "5.1.6",
    "ora": "^8.0.0",
    "yaml": "^2.3.4",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@types/bun": "^1.1.0",
    "typescript": "^5.3.0"
  }
}
