{
  "name": "@serenity-js/serenity-bdd",
  "version": "3.45.9",
  "description": "Serenity/JS reporting module that produces detailed Serenity BDD test reports and living documentation, enhancing transparency and traceability of test results",
  "author": {
    "name": "Jan Molak",
    "email": "jan.molak@smartcodeltd.co.uk",
    "url": "https://janmolak.com"
  },
  "funding": {
    "url": "https://github.com/sponsors/serenity-js"
  },
  "homepage": "https://serenity-js.org",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "bin": {
    "serenity-bdd": "bin/serenity-bdd"
  },
  "keywords": [
    "automation",
    "integration",
    "serenity",
    "serenity-js",
    "screenplay",
    "screenplay-pattern",
    "reporter",
    "tdd",
    "bdd",
    "test",
    "testing"
  ],
  "scripts": {
    "clean": "rimraf target",
    "test": "c8 npm run test:no-coverage",
    "test:no-coverage": "mocha --config ../../.mocharc.yml --spec='spec/**/*.spec.*'",
    "compile": "rimraf lib && tsc --project tsconfig.build.json",
    "postcompile": "npm run populate-cache",
    "populate-cache": "node ./bin/serenity-bdd update --ignoreSSL --cacheDir './cache'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/serenity-js/serenity-js.git",
    "directory": "packages/serenity-bdd"
  },
  "bugs": {
    "url": "https://github.com/serenity-js/serenity-js/issues"
  },
  "engines": {
    "node": "^22.22.2 || ^24.15.0"
  },
  "dependencies": {
    "@serenity-js/assertions": "3.45.9",
    "@serenity-js/core": "3.45.9",
    "@serenity-js/rest": "3.45.9",
    "ansi-regex": "5.0.1",
    "axios": "1.19.0",
    "chalk": "4.1.2",
    "find-java-home": "2.0.0",
    "progress": "2.0.3",
    "tiny-types": "2.0.5",
    "which": "7.0.0",
    "yargs": "18.1.0"
  },
  "devDependencies": {
    "@integration/testing-tools": "3.0.0",
    "@types/chai": "4.3.20",
    "@types/mocha": "10.0.10",
    "@types/progress": "2.0.7",
    "c8": "12.0.0",
    "if-env": "1.0.4",
    "memfs": "4.68.1",
    "mocha": "11.8.0",
    "mocha-multi": "1.1.7",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "gitHead": "76688da579e1faef6779a7a13869e70b8a624193"
}
