{
  "name": "@flopflip/cypress-plugin",
  "version": "15.1.10",
  "description": "A plugin for Cypress change feature toggles in Cypress runs",
  "keywords": [
    "LaunchDarkly",
    "client",
    "feature-flags",
    "feature-toggles",
    "react"
  ],
  "homepage": "https://github.com/tdeekens/flopflip#readme",
  "bugs": {
    "url": "https://github.com/tdeekens/flopflip/issues"
  },
  "license": "MIT",
  "author": "Tobias Deekens <nerd@tdeekens.name>",
  "repository": {
    "type": "git",
    "url": "https://github.com/tdeekens/flopflip.git",
    "directory": "packages/cypress-plugin"
  },
  "files": [
    "readme.md",
    "dist/**"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "browser": "./dist/index.js",
  "typesVersions": {
    "*": {
      ".": [
        "dist/*.d.ts",
        "dist/*.d.cts"
      ]
    }
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@flopflip/types": "15.1.10"
  },
  "devDependencies": {
    "cypress": "13.6.4",
    "tsup": "8.5.1",
    "@flopflip/tsconfig": "15.1.10"
  },
  "peerDependencies": {
    "cypress": "13.x || 14.x"
  },
  "scripts": {
    "build": "rimraf dist && tsup",
    "check-types": "tsc --noEmit",
    "test": "exit 0",
    "test:watch": "exit 0",
    "dev": "tsup --watch --clean=false"
  }
}