{
  "name": "@serenity-js/core",
  "version": "3.32.1",
  "description": "The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure",
  "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",
  "keywords": [
    "automation",
    "integration",
    "serenity",
    "serenity-js",
    "screenplay",
    "screenplay-pattern",
    "bdd",
    "tdd",
    "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"
  },
  "dependencies": {
    "@paralleldrive/cuid2": "2.2.2",
    "chalk": "4.1.2",
    "diff": "6.0.0",
    "error-stack-parser": "2.1.4",
    "fast-glob": "3.3.3",
    "filenamify": "4.3.0",
    "graceful-fs": "4.2.11",
    "semver": "7.7.2",
    "tiny-types": "1.23.0",
    "upath": "2.0.1",
    "validate-npm-package-name": "6.0.1"
  },
  "devDependencies": {
    "@types/chai": "4.3.20",
    "@types/diff": "5.2.3",
    "@types/filenamify": "2.0.2",
    "@types/mocha": "10.0.10",
    "@types/semver": "7.7.0",
    "@types/validate-npm-package-name": "4.0.2",
    "assertion-error-formatter": "3.0.0",
    "c8": "10.1.3",
    "memfs": "4.17.2",
    "mocha": "11.7.0",
    "mocha-multi": "1.1.7",
    "ts-node": "10.9.2",
    "typescript": "5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/serenity-js/serenity-js.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/serenity-js/serenity-js/issues"
  },
  "engines": {
    "node": "^18.12 || ^20 || ^22"
  },
  "gitHead": "f1f288c9a75d28270dfe4ba16ca4f367a4dbba22"
}
