{
  "name": "no-record-video-test-passed-cypress-plugin",
  "version": "1.0.3",
  "description": "Plugin delete the recorded video for specs that had no retry attempts or failures when using Cypress test retries.",
  "main": "src/index.js",
  "scripts": {
    "test": "cypress run",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "video",
    "cypress",
    "retry",
    "passed",
    "failed"
  ],
  "author": "Dino DONA",
  "license": "MIT",
  "devDependencies": {
    "cypress": "^10.6.0"
  },
  "dependencies": {
    "ansis": "^2.0.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Devstored/no-record-video-test-passed-cypress-plugin.git"
  }
}
