{
  "name": "@argos-ci/browser",
  "description": "Browser utilities to stabilize visual testing with Argos.",
  "version": "4.1.1",
  "author": "Smooth Code",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/argos-ci/argos-javascript.git",
    "directory": "packages/browser"
  },
  "homepage": "https://github.com/argos-ci/argos-javascript/blob/main/packages/browser/README.md",
  "bugs": {
    "url": "https://github.com/argos-ci/argos-javascript/issues"
  },
  "keywords": [
    "browser",
    "utilities",
    "argos"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "rm -rf dist && tsup --config global.tsup.config.ts && tsup",
    "check-types": "tsc",
    "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
    "lint": "eslint ."
  },
  "devDependencies": {
    "@types/node": "^18.19.44",
    "openapi-typescript": "^7.6.1"
  },
  "gitHead": "fe8946c2796b7565834b4ec275e50f6bad20f498"
}
