{
  "name": "cypress-duration-metrics",
  "version": "1.1.2",
  "description": "Measure duration of commands and different stages of cypress lifecycle.",
  "main": "./commonjs/plugin.js",
  "exports": {
    "./plugin": "./commonjs/plugin.js",
    "./support": "./commonjs/support.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "develop": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/archfz/cypress-duration-metrics.git"
  },
  "keywords": [
    "duration",
    "timings",
    "commands",
    "performance",
    "measurement",
    "metrics",
    "total"
  ],
  "author": "Fodor Zoltan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/archfz/cypress-duration-metrics/issues"
  },
  "homepage": "https://github.com/archfz/cypress-duration-metrics#readme",
  "peerDependencies": {
    "cypress": ">=10.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.18",
    "@types/semver": "^7.5.0",
    "cypress": ">=10.0.0",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "process": "^0.11.10",
    "chalk": "^4.1.2",
    "semver": "^7.5.4"
  }
}
