{
  "name": "@animaapp/scooby-core",
  "version": "1.27.0",
  "description": "This package contains the logic used to perform testing",
  "main": "dist/src/index.js",
  "repository": "https://github.com/AnimaApp/scooby",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc --build",
    "clean": "rm -Rf ./dist && rm -f tsconfig.tsbuildinfo",
    "test": "jest"
  },
  "devDependencies": {
    "@types/archiver": "^5.3.1",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^27.4.1",
    "@types/mime-types": "^2.1.1",
    "@types/pixelmatch": "^5.2.4",
    "@types/pngjs": "^6.0.1",
    "@types/sharp": "^0.31.0",
    "fs-extra": "^10.1.0",
    "jest": "^29.2.1",
    "ts-jest": "^29.0.3"
  },
  "dependencies": {
    "@animaapp/scooby-api": "^1.27.0",
    "@animaapp/scooby-github-api": "^1.27.0",
    "@animaapp/scooby-shared": "^1.27.0",
    "archiver": "^5.3.1",
    "extract-zip": "^2.0.1",
    "fastq": "^1.13.0",
    "generic-pool": "^3.9.0",
    "mime-types": "^2.1.35",
    "piscina": "^3.2.0",
    "pixelmatch": "^5.3.0",
    "pngjs": "^6.0.0",
    "prettier": "2.6.1",
    "puppeteer": "^18.2.1",
    "sharp": "^0.31.1",
    "simple-git": "^3.14.1",
    "tmp-promise": "^3.0.3",
    "zod": "^3.19.1"
  }
}
