{
  "name": "@herbsjs/aloe",
  "version": "2.3.0",
  "description": "Scenario description and test runner for Herbs",
  "main": "./src/aloe.js",
  "exports": {
    ".": "./src/aloe.js",
    "./runner": "./src/runner/runner.js"
  },
  "scripts": {
    "test": "mocha --timeout 999999 --colors --recursive ./test",
    "lint": "npx eslint \"**/*.{js,jsx}\" --quiet",
    "lint:fix": "npx eslint \"**/*.{js,jsx}\" --fix",
    "coverage-report": "nyc --reporter=html --reporter=text mocha --recursive ./test --timeout 10000",
    "coverage": "nyc --reporter=text mocha --recursive ./test --timeout 10000",
    "semantic-release": "semantic-release",
    "commit": "cz"
  },
  "directories": {
    "lib": "src",
    "test": "test",
    "example": "examples"
  },
  "bugs": {
    "url": "https://github.com/herbsjs/aloe/issues/"
  },
  "engines": {
    "node": ">= 16.x"
  },
  "keywords": [
    "domain",
    "DDD",
    "clean architecture",
    "test",
    "integration test",
    "unit test"
  ],
  "author": "David Lojudice Sb",
  "license": "MIT",
  "homepage": "https://github.com/herbsjs/aloe#readme",
  "peerDependencies": {
    "@herbsjs/buchu": "^2.1.1"
  },
  "peerDependenciesMeta": {
    "@herbsjs/buchu": {
      "optional": false
    }
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.18.2",
    "@herbsjs/buchu": "^2.1.1",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.4",
    "@semantic-release/npm": "^9.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.17.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.6.2",
    "semantic-release": "^19.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/herbsjs/aloe.git"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "require-all": "^3.0.0"
  }
}
