{
  "name": "graphdb-workbench-tests",
  "version": "3.4.0-RC3",
  "description": "Cypress tests for GraphDB workbench",
  "type": "module",
  "scripts": {
    "prepack": "npm shrinkwrap",
    "postpack": "mv npm-shrinkwrap.json package-lock.json",
    "cy:open": "cypress open",
    "cy:open-legacy": "cypress open  --config-file cypress-legacy.config.js",
    "cy:open-security": "cypress open  --config-file cypress-security.config.js",
    "cy:open-flaky": "cypress open --config-file cypress-flaky.config.js",
    "cy:guides": "cypress run --config-file cypress-legacy.config.js --spec \"e2e-legacy/guides/**/*.spec.js\" --browser chrome",
    "cy:run": "npm run cy:run-legacy && cypress run",
    "cy:run:partial": "cypress run --config-file cypress-legacy.config.js --spec \"e2e-legacy/**/jdbc-create.spec.js\" --browser chrome",
    "cy:run-legacy": "cypress run --config-file cypress-legacy.config.js --browser chrome",
    "cy:run-security": "cypress run --config-file cypress-security.config.js --browser chrome",
    "cy:run-legacy:coverage": "cypress run --config-file cypress-legacy.config.js --browser chrome",
    "cy:run-flaky": "cypress run --config-file cypress-flaky.config.js --browser chrome",
    "test": "npm run cy:run-legacy",
    "test:core": "cypress run --spec e2e-legacy/repository/**,e2e-legacy/import/**,e2e-legacy/sparql-editor/**,e2e-legacy/monitor/**,e2e-legacy/cluster/**,e2e-legacy/ttyg/**",
    "lint": "eslint '**/*.{js,mjs,cjs}'"
  },
  "author": {
    "name": "Ontotext AD",
    "url": "https://www.ontotext.com/"
  },
  "license": "Apache-2.0",
  "keywords": [
    "graphdb",
    "workbench"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ontotext-AD/graphdb-workbench.git"
  },
  "devDependencies": {
    "@bahmutov/cypress-code-coverage": "^2.7.2",
    "@cypress/webpack-preprocessor": "^7.0.1",
    "@eslint/js": "^9.33.0",
    "babel-loader": "^10.0.0",
    "babel-plugin-istanbul": "^7.0.0",
    "cypress": "15.9.0",
    "cypress-failed-log": "^2.10.0",
    "cypress-file-upload": "^5.0.8",
    "cypress-localstorage-commands": "^2.2.7",
    "cypress-multi-reporters": "^2.0.5",
    "cypress-real-events": "^1.14.0",
    "cypress-terminal-report": "^7.2.0",
    "cypress-wait-until": "^3.0.2",
    "del": "^8.0.0",
    "dotenv": "^17.0.1",
    "eslint": "^9.33.0",
    "eslint-plugin-cypress": "^5.1.0",
    "globals": "^17.1.0",
    "minimist": "^1.2.8",
    "mocha-junit-reporter": "^2.2.1",
    "path-browserify": "^1.0.1"
  }
}
