{
  "name": "ai-testing-suite",
  "version": "1.3.0",
  "description": "LangGraph Multi-Agent Automated Testing Suite for Node.js/TypeScript — 8 AI agents that analyze, test, review, secure & document your project. OWASP Top 10, Zero-Day scanning, 100+ vulnerability patterns.",
  "author": "Daniel Zurmühle",
  "license": "MIT",
  "homepage": "https://github.com/zurd46/AI-Testing-Suite#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zurd46/AI-Testing-Suite.git"
  },
  "bugs": {
    "url": "https://github.com/zurd46/AI-Testing-Suite/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ai-test": "dist/index.js",
    "ai-test-setup": "dist/setup.js"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    ".env.example"
  ],
  "keywords": [
    "testing",
    "automated-testing",
    "test-generation",
    "ai-testing",
    "langchain",
    "langgraph",
    "multi-agent",
    "agent-orchestration",
    "typescript",
    "nodejs",
    "jest",
    "unit-testing",
    "integration-testing",
    "e2e-testing",
    "end-to-end-testing",
    "security-testing",
    "security-scanner",
    "vulnerability-scanner",
    "owasp",
    "owasp-top-10",
    "zero-day",
    "penetration-testing",
    "code-analysis",
    "static-analysis",
    "code-quality",
    "test-automation",
    "test-runner",
    "test-generator",
    "test-coverage",
    "ci-cd",
    "devops",
    "developer-tools",
    "cli",
    "sql-injection",
    "xss",
    "security-audit",
    "dependency-audit",
    "production-ready",
    "express",
    "nestjs",
    "nextjs",
    "react",
    "api-testing",
    "performance-testing",
    "vitest",
    "playwright",
    "c8",
    "v8-coverage",
    "mutation-testing",
    "stryker"
  ],
  "scripts": {
    "build": "tsc",
    "start": "ts-node src/index.ts",
    "dev": "ts-node src/index.ts",
    "analyze": "ts-node src/index.ts --mode analyze",
    "generate": "ts-node src/index.ts --mode generate",
    "run-tests": "ts-node src/index.ts --mode run",
    "security": "ts-node src/index.ts --mode security",
    "full": "ts-node src/index.ts --mode full",
    "report": "ts-node src/index.ts --mode report",
    "setup": "ts-node src/setup.ts",
    "prepublishOnly": "npm run build",
    "test": "jest --verbose --forceExit",
    "test:unit": "jest --testPathPattern=tests/unit --verbose",
    "test:integration": "jest --testPathPattern=tests/integration --verbose",
    "test:system": "jest --testPathPattern=tests/system --verbose",
    "test:coverage": "jest --coverage --verbose --forceExit"
  },
  "dependencies": {
    "@langchain/core": "^0.3.0",
    "@langchain/langgraph": "^0.2.0",
    "@langchain/openai": "^0.3.0",
    "@langchain/anthropic": "^0.3.0",
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "enquirer": "^2.4.1",
    "glob": "^10.3.10",
    "ora": "^5.4.1",
    "typescript": "^5.4.0",
    "ts-node": "^10.9.2",
    "ts-morph": "^22.0.0",
    "madge": "^7.0.0",
    "table": "^6.8.2",
    "boxen": "^5.1.2",
    "figures": "^3.2.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "@types/jest": "^29.5.12",
    "supertest": "^6.3.4",
    "@types/supertest": "^6.0.2",
    "nock": "^13.5.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
