{
  "name": "@kanidjar/cypress-qatouch-reporter",
  "version": "1.1.1",
  "description": "Push Cypress test results into QA Touch ",
  "main": "dist/index.js",
  "scripts": {
    "build": "webpack --mode=production --node-env=production",
    "lint": "eslint .",
    "watch": "webpack --watch",
    "build:dev": "webpack --mode=development",
    "build:prod": "webpack --mode=production --node-env=production",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kanidjar/cypress-qatouch-reporter.git"
  },
  "keywords": [
    "qatouch",
    "cypress",
    "cypress.io",
    "plugin",
    "reporter"
  ],
  "author": "Kevin Anidjar <contact@kevin-anidjar.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kanidjar/cypress-qatouch-reporter/issues"
  },
  "homepage": "https://github.com/kanidjar/cypress-qatouch-reporter#readme",
  "devDependencies": {
    "@fluffy-spoon/substitute": "^1.208.0",
    "@types/glob": "^8.0.0",
    "@types/mocha": "^10.0.0",
    "@types/node": "^18.8.3",
    "@typescript-eslint/eslint-plugin": "^5.39.0",
    "@typescript-eslint/parser": "^5.39.0",
    "copy-webpack-plugin": "^11.0.0",
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.1.1",
    "jest": "^29.1.2",
    "mocha": "^10.0.0",
    "node-loader": "^2.0.0",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "ts-loader": "^9.4.1",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "peerDependencies": {
    "cypress": ">8.0.0"
  },
  "dependencies": {
    "axios": "^1.1.2",
    "form-data": "^4.0.0",
    "glob": "^8.0.3"
  }
}
