{
  "name": "@pixeleye/cli-capture",
  "version": "0.7.5",
  "private": false,
  "license": "AGPL-3.0",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/object-hash": "^3.0.6",
    "rimraf": "^5.0.7",
    "@pixeleye/cli-config": "0.6.9",
    "@pixeleye/esbuild": "0.0.0",
    "@pixeleye/eslint-config": "0.0.0",
    "@pixeleye/tsconfig": "0.0.0"
  },
  "dependencies": {
    "object-hash": "^3.0.0",
    "playwright-core": "^1.44.1",
    "rrweb-snapshot": "2.0.0-alpha.14",
    "@pixeleye/cli-devices": "0.4.8",
    "@pixeleye/cli-logger": "0.2.7"
  },
  "scripts": {
    "lint": "eslint",
    "types": "tsc --noEmit",
    "build": "rimraf ./bin && node ./build.mjs & tsc --emitDeclarationOnly --outDir ./dist"
  }
}