{
  "name": "@terrestris/shogun-e2e-tests",
  "version": "1.0.8",
  "description": "Basic E2E-tests for the SHOGun-Web-GIS",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:terrestris/shogun-e2e-tests.git"
  },
  "keywords": [],
  "author": "Fritz Höing",
  "license": "Apache-2.0",
  "devDependencies": {
    "@playwright/test": "^1.36.1",
    "@types/node": "^18.14.6",
    "copyfiles": "^2.4.1",
    "playwright-core": "^1.31.2",
    "rimraf": "^5.0.1",
    "semantic-release": "^21.0.3",
    "typescript": "^4.9.5",
    "watch-build-copy": "^1.0.0"
  },
  "scripts": {
    "tsc": "tsc",
    "clean": "rimraf dist/",
    "copy-files": "copyfiles -u 1 src/additional-files/** dist/",
    "build": "npm run clean && npm run tsc && npm run copy-files"
  },
  "peerDependencies": {
    "@playwright/test": "^1",
    "playwright-core": "^1"
  },
  "dependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1"
  }
}
