{
  "name": "hay-caf",
  "version": "0.0.7",
  "description": "Haystacks Cloud Automation Framework: A demonstration testing automation framework application for the purposes of demonstrating the usage and integration of D-CAF, Hest, Hexiom, HayRunner, HayMonkey, and HayD-CAG in a single testing automation framework general cloud and mobile business solution. Build with the Haystacks/async automation platform.",
  "main": "./src/hay-CAF.js",
  "type": "module",
  "scripts": {
    "start": "node ./src/hay-CAF.js",
    "release": "node ./build/buildRelease/src/buildRelease.js",
    "vers": "standard-version -m \"chore(release) version %s \"",
    "docs": "jsdoc -c jsdoc.json",
    "test": "node ./src/hay-CAF.js allApplicationValidations"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SethEden/hay-CAF.git"
  },
  "keywords": [
    "test",
    "testing",
    "automation testing",
    "QA",
    "QC",
    "QE",
    "quality",
    "quality assurance",
    "quality control",
    "quality engineering",
    "E2E testing",
    "load testing",
    "performance testing",
    "compliance testing",
    "monkey testing",
    "API testing",
    "web service testing",
    "REST API testing",
    "service virtualization"
  ],
  "author": "Seth Hollingsead <iceversaka@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SethEden/hay-CAF/issues"
  },
  "homepage": "https://github.com/SethEden/hay-CAF#readme",
  "dependencies": {
    "@haystacks/async": "^0.3.0",
    "@haystacks/constants": "^0.3.0",
    "child_process": "^1.0.2",
    "dotenv": "^16.0.3",
    "lts": "^1.2.0",
    "tmp": "^0.2.1"
  },
  "devDependencies": {
    "eslint": "^8.37.0",
    "jsdoc": "^4.0.2",
    "markdown-it": ">=12.3.2",
    "marked": ">=4.0.10",
    "standard-version": "^9.5.0"
  },
  "packageManager": "yarn@4.1.0"
}
