{
  "name": "@gregcello/msw-server-helper-cypress",
  "version": "1.0.0",
  "description": "Dynamic modification of node mock service worker mocks from within browser-based tests like Cypress and Playwright",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "msw",
    "remix",
    "cypress",
    "nextjs",
    "playwright"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cellog/msw-server-helper.git"
  },
  "bugs": {
    "url": "https://github.com/cellog/msw-server-helper/issues"
  },
  "homepage": "https://github.com/cellog/msw-server-helper#readme",
  "author": "Gregory Beaver <greg.beaver.cello@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "@gregcello/msw-server-helper": "^1.0.0",
    "cypress": ">= 12.2.0",
    "msw": ">= 0.49.2"
  },
  "dependencies": {
    "prisma": "4.8.0"
  },
  "devDependencies": {
    "@gregcello/msw-server-helper": "^1.0.0",
    "@types/node": "^18.11.9",
    "cypress": "12.2.0"
  },
  "scripts": {
    "build:commonjs": "tsc --module commonjs --outDir dist",
    "build:esm": "tsc --module esnext --outDir esm",
    "build": "pnpm run build:commonjs && pnpm run build:esm",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}