{
  "name": "cypress-metamask-v2",
  "version": "1.7.2",
  "main": "cypress/support/commands.js",
  "license": "MIT",
  "keywords": [
    "Cypress",
    "Testing",
    "EthersJS",
    "Smart Contracts",
    "Blockchain",
    "MetaMask",
    "Utils"
  ],
  "standard": {
    "env": [
      "cypress/globals"
    ],
    "parser": "babel-eslint",
    "plugins": [
      "cypress"
    ]
  },
  "scripts": {
    "start:server": "serve node_modules/@metamask/test-dapp/dist -p 3000",
    "start:silent": "BROWSER=none superstatic src",
    "cy:open": "CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open",
    "cy:run": "CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress run --headed --browser chrome"
  },
  "dependencies": {
    "@synthetixio/js": "^2.41.0",
    "@testing-library/cypress": "^8.0.2",
    "axios": "^1.1.2",
    "bytes32": "0.0.3",
    "cypress": "^10.10.0",
    "dotenv": "^16.0.3",
    "dotenv-parse-variables": "^2.0.0",
    "eslint-plugin-cypress": "^2.12.1",
    "ethers": "^5.1.4",
    "node-fetch": "^2.6.1",
    "start-server-and-test": "^1.14.0",
    "synthetix-js": "^2.74.1",
    "cypress-wait-until": "^1.7.2",
    "@playwright/test": "^1.27.1",
    "download": "^8.0.0",
    "debug": "^4.3.4",
    "serve": "^14.0.1"
  },
  "devDependencies": {
    "@metamask/test-dapp": "^5.2.1",
    "@microsoft/eslint-formatter-sarif": "^3.0.0",
    "npm-check-updates": "^16.3.11",
    "release-it": "^15.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saxenashivang/cypress-metamask-v2.git"
  },
  "description": "Interacting with you MetaMask made \"easy\". (Depending on how you define \"easy\" of course...)",
  "bugs": {
    "url": "https://github.com/saxenashivang/cypress-metamask-v2/issues"
  },
  "homepage": "https://github.com/saxenashivang/cypress-metamask-v2#readme",
  "author": "shivang"
}
