{
  "name": "@kronos-integration/test-step",
  "version": "5.0.1",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/ava-step.js",
  "module": "src/ava-step.js",
  "description": "kronos-step testing support with ava",
  "keywords": [],
  "contributors": [
    {
      "name": "Torsten Link",
      "email": "torstenlink@gmx.de"
    },
    {
      "name": "Markus Felten",
      "email": "markus.felten@gmx.de"
    }
  ],
  "license": "BSD-2-Clause",
  "scripts": {
    "cover": "c8 -x 'tests/**/*.mjs' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
    "docs": "documentation readme src/ava-step.js --section=API",
    "lint": "documentation lint src/ava-step.js",
    "posttest": "markdown-doctest && npm run prepare",
    "test": "ava"
  },
  "dependencies": {
    "ava": "^2.1.0",
    "kronos-service": "^4.17.2"
  },
  "devDependencies": {
    "ava": "^2.3.0",
    "c8": "^5.0.2",
    "documentation": "^12.1.1",
    "esm": "^3.2.25",
    "kronos-step": "^5.6.6",
    "markdown-doctest": "^0.9.1",
    "semantic-release": "^15.13.24"
  },
  "engines": {
    "node": ">=12.9.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kronos-Integration/test-step.git"
  },
  "bugs": {
    "url": "https://github.com/Kronos-Integration/test-step/issues"
  },
  "homepage": "https://github.com/Kronos-Integration/test-step#readme",
  "ava": {
    "files": [
      "tests/*-test.js",
      "tests/*-test.mjs"
    ],
    "require": [
      "esm"
    ],
    "babel": false,
    "compileEnhancements": false,
    "extensions": [
      "js",
      "mjs"
    ]
  },
  "template": {
    "repository": {
      "url": "https://github.com/arlac77/npm-package-template-esm-only.git"
    }
  }
}
