{
  "name": "@interactors/with-cypress",
  "version": "1.0.0",
  "description": "Cypress Integration for Interactors",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/thefrontside/interactors.git",
  "homepage": "https://frontside.com/interactors",
  "author": "Frontside Engineering <engineering@frontside.com>",
  "license": "MIT",
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md"
  ],
  "dependencies": {
    "@interactors/core": "^1.0.0",
    "@interactors/globals": "^1.0.0"
  },
  "peerDependencies": {
    "cypress": ">=6.0.0 <13.0.0"
  },
  "scripts": {
    "start": "cd ../../sample/ && yarn && yarn start -Y -p 3000",
    "cypress:run": "npx cypress run",
    "test": "echo 'Tests are skipped for now due to a issue with some scripts' && exit 0",
    "test:skip": "start-server-and-test 'yarn start' http://localhost:3000 cypress:run",
    "prepack": "tsc --build",
    "lint": "eslint \"src/**/*.ts\""
  },
  "devDependencies": {
    "@frontside/eslint-config": "^3.1.1-dl-update-eslint.0",
    "@frontside/tsconfig": "^3.0.0",
    "@interactors/html": "^1.0.0",
    "cypress": "^12.0.0",
    "start-server-and-test": "^1.11.7",
    "ts-node": "^10.4.0",
    "typescript": "^5.4.5"
  },
  "volta": {
    "extends": "../../package.json"
  }
}
