{
  "name": "mindstudio-insight-gui-test",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "test": "playwright test tests/full-test",
    "test:smoke": "playwright test tests/smoke --max-failures 1",
    "jointTest": "npx playwright test tests/joint-test",
    "lint": "eslint . --ext .js,.ts,.cjs,.mts --fix --ignore-path .gitignore",
    "format": "prettier --write e2e/"
  },
  "devDependencies": {
    "@playwright/test": "1.57.0",
    "@tsconfig/node18": "^2.0.1",
    "@types/node": "^18.17.5",
    "eslint": "^8.46.0",
    "@typescript-eslint/eslint-plugin": "5.62.0",
    "@typescript-eslint/parser": "5.62.0",
    "prettier": "^3.0.0",
    "typescript": "5.3.2"
  }
}