{
  "name": "@garfish/browser-snapshot",
  "version": "1.19.8",
  "description": "browser-snapshot module.",
  "keywords": [
    "garfish",
    "browser-snapshot"
  ],
  "author": "zhouxiao <codingzx@gmail.com>",
  "homepage": "http://garfish.bytedance.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bytedance/garfish.git"
  },
  "bugs": {
    "url": "https://github.com/bytedance/garfish/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/index.js"
    },
    "./*": "./*"
  },
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@garfish/core": "1.19.8",
    "@garfish/utils": "1.19.8"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "gitHead": "da33dd16bb9e99588f34079f8b961d0cf9f059fc",
  "scripts": {
    "build": "rimraf dist && tsup src/index.ts",
    "dev": "cross-env WATCH=true tsup src/index.ts"
  },
  "readme": "# `@garfish/browser-snapshot`\n\n[![NPM version](https://img.shields.io/npm/v/@garfish/browser-snapshot.svg?style=flat-square)](https://www.npmjs.com/package/@garfish/browser-snapshot)\n\n## Usage\n\n```js\nimport spSandbox from '@garfish/browser-snapshot';\n\n// TODO: DEMONSTRATE API\n```\n"
}