{
  "name": "@allurereport/plugin-testops",
  "version": "3.18.0",
  "description": "Allure Plugin TestOps",
  "keywords": [
    "allure",
    "html",
    "plugin",
    "report",
    "testing",
    "testops",
    "uploader"
  ],
  "license": "Apache-2.0",
  "author": "Qameta Software",
  "repository": "https://github.com/allure-framework/allure3",
  "files": [
    "./dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "run clean && tsc --project ./tsconfig.json",
    "clean": "rimraf ./dist",
    "test": "rimraf ./out && vitest run",
    "lint": "oxlint --import-plugin src test features stories",
    "lint:fix": "oxlint --import-plugin --fix src test features stories"
  },
  "dependencies": {
    "@allurereport/ci": "3.18.0",
    "@allurereport/cli-commons": "3.18.0",
    "@allurereport/core-api": "3.18.0",
    "@allurereport/git": "3.18.0",
    "@allurereport/plugin-api": "3.18.0",
    "@allurereport/reader-api": "3.18.0",
    "@allurereport/service": "3.18.0",
    "axios": "^1.20.0",
    "form-data": "^4.0.6",
    "lodash-es": "^4.18.1",
    "p-limit": "^7.3.0",
    "yoctocolors": "^2"
  },
  "devDependencies": {
    "@types/d3-shape": "^3.1.8",
    "@types/lodash-es": "^4",
    "@types/node": "^20",
    "@vitest/runner": "^2",
    "@vitest/snapshot": "^2.1.9",
    "allure-js-commons": "^3",
    "allure-vitest": "^3",
    "rimraf": "^6",
    "typescript": "^5",
    "vitest": "^4.1.0"
  }
}