{
  "name": "@test-lab-ai/cli",
  "version": "0.4.2",
  "description": "Import existing test plans into test-lab.ai from the command line (or an AI agent).",
  "type": "module",
  "bin": {
    "testlab": "bin/testlab.mjs"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin",
    "lib",
    "examples",
    "skills",
    "README.md",
    "AGENTS.md"
  ],
  "scripts": {
    "test": "node test/toposort.test.mjs && node test/api-useragent.test.mjs && node test/config.test.mjs",
    "prepublishOnly": "node scripts/bundle-skill.mjs && npm test"
  },
  "keywords": [
    "test-lab",
    "test-lab.ai",
    "testing",
    "qa",
    "e2e",
    "cli"
  ],
  "homepage": "https://test-lab.ai",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
