{
  "name": "mugshot",
  "publishConfig": {
    "access": "public"
  },
  "version": "4.0.2",
  "description": "Visual regression testing library",
  "keywords": [
    "visual",
    "regression",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NiGhTTraX/mugshot.git"
  },
  "author": "Andrei Picus",
  "license": "MIT",
  "homepage": "https://github.com/NiGhTTraX/mugshot/tree/master/packages/mugshot",
  "main": "dist/index",
  "types": "dist/index",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pnpm run clean && pnpm run compile",
    "clean": "rm -rf ./dist",
    "compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "pnpm run build",
    "test": "jest --coverage"
  },
  "dependencies": {
    "@mugshot/jimp": "^0.0.3",
    "@types/fs-extra": "~9.0.0",
    "@types/is-ci": "~3.0.0",
    "@types/node": "~18.11.0",
    "fs-extra": "~10.1.0",
    "is-ci": "~3.0.0",
    "pixelmatch": "~5.3.0"
  },
  "devDependencies": {
    "@types/chai": "~4.3.0",
    "@types/pixelmatch": "~5.2.0",
    "chai": "~4.3.0",
    "puppeteer": "~19.2.2",
    "typescript": "~4.8.0"
  },
  "gitHead": "636b41bc3fb4d5c0c30c5a99dfa343ac69cc3bbe"
}
