{
  "name": "tdpw",
  "version": "1.0.38",
  "description": "CLI tool for uploading Playwright test reports to TestDino platform with TestDino storage support",
  "keywords": [
    "playwright",
    "testing",
    "ci-cd",
    "test-reports",
    "testdino",
    "storage",
    "cli",
    "typescript"
  ],
  "author": "TestDino Team <support@testdino.com>",
  "license": "MIT",
  "homepage": "https://github.com/testdino-inc/testdino-cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/testdino-inc/testdino-cli.git"
  },
  "bugs": {
    "url": "https://github.com/testdino-inc/testdino-cli/issues"
  },
  "main": "./dist/cli/index.js",
  "module": "./dist/cli/index.mjs",
  "types": "./dist/cli/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/cli/index.d.ts",
      "require": "./dist/cli/index.js",
      "import": "./dist/cli/index.mjs"
    }
  },
  "bin": {
    "tdpw": "./bin/tdpw.js"
  },
  "files": [
    "dist/**/*",
    "bin/**/*",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "dev": "tsx src/cli/index.ts",
    "clean": "rimraf dist",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "typecheck": "tsc --noEmit"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "cli-progress": "^3.12.0",
    "commander": "^15.0.0",
    "dotenv-expand": "^13.0.0",
    "figures": "^6.1.0",
    "ora": "^9.4.0",
    "simple-git": "^3.36.0",
    "tslib": "^2.8.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/cli-progress": "^3.11.6",
    "@types/node": "^25.9.1",
    "@typescript-eslint/eslint-plugin": "^8.60.1",
    "@typescript-eslint/parser": "^8.60.1",
    "eslint": "^10.4.1",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^17.6.0",
    "prettier": "^3.8.3",
    "rimraf": "^6.1.3",
    "tsup": "^8.5.1",
    "tsx": "^4.22.4",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.60.1"
  }
}
