{
  "name": "@artemiskit/redteam",
  "version": "0.3.0",
  "description": "Red-team adversarial security testing 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/redteam"
  },
  "bugs": {
    "url": "https://github.com/code-sensei/artemiskit/issues"
  },
  "homepage": "https://artemiskit.vercel.app",
  "keywords": [
    "llm",
    "testing",
    "redteam",
    "security",
    "adversarial",
    "jailbreak",
    "injection",
    "artemiskit"
  ],
  "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",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "test": "bun test"
  },
  "dependencies": {
    "@artemiskit/core": "0.3.0",
    "yaml": "2.8.2"
  },
  "devDependencies": {
    "@types/bun": "^1.1.0",
    "typescript": "^5.3.0"
  }
}
