{
  "name": "@thinkwise/testwise",
  "version": "0.2.103",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "testwise": "scripts/main.js",
    "testwise-credentials": "promptCredentials.js"
  },
  "scripts": {
    "lint": "eslint ./ --cache --ignore-pattern .gitignore",
    "format:fix": "run-s \"lint --fix\" && biome check --fix --unsafe",
    "format:check": "run-s \"lint \" && biome check",
    "postinstall": "node scripts/main.js postinstall",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "diagram": "node scripts/main.js diagram"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@thinkwise/backups": "^1.0.20",
    "axios": "^1.9.0",
    "chalk": "^5.4.1",
    "change-case": "^5.4.4",
    "csv-parse": "^5.6.0",
    "dotenv": "^17.2.2",
    "playwright-bdd": "^6.6.0",
    "prettier": "^3.8.1",
    "prompts": "^2.4.2",
    "quicktype-core": "^23.2.6",
    "rimraf": "^6.0.1",
    "ts-morph": "^28.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "@playwright/test": "^1.56.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@eslint/js": "^9.28.0",
    "@types/node": "^25.6.0",
    "@vitest/coverage-v8": "^4.1.5",
    "eslint": "^9.39.2",
    "eslint-plugin-playwright": "^2.2.0",
    "npm-run-all": "^4.1.5",
    "typescript-eslint": "^8.34.0",
    "vitest": "^4.1.5"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./subjects/*": {
      "types": "./dist/test-artifacts/subjects/*/index.d.ts",
      "import": "./dist/test-artifacts/subjects/*/index.js"
    },
    "./helpers/SubjectNavigator": {
      "types": "./dist/helpers/SubjectNavigator.d.ts",
      "import": "./dist/helpers/SubjectNavigator.js"
    }
  },
  "files": [
    "dist/",
    "scripts/",
    "components/",
    "services/",
    "controls/",
    "helpers/",
    "page-extensions/",
    "page-overrides/",
    "index.ts",
    "Testwise.ts",
    "types/",
    "enums/",
    "tsconfig.json",
    "example-code/",
    "schemas/",
    "interfaces/",
    "test-artifacts/",
    "artifact-builder/",
    "**/config.json",
    "templates/",
    "mcp/"
  ]
}
