{
  "name": "@karinjs/puppeteer-core",
  "version": "2.0.8",
  "description": "Repackage puppeteer-core and compress the size",
  "keywords": [
    "puppeteer-core",
    "puppeteer"
  ],
  "homepage": "https://github.com/KarinJS/puppeteer",
  "bugs": {
    "url": "https://github.com/KarinJS/puppeteer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KarinJS/puppeteer.git"
  },
  "license": "Apache-2.0",
  "author": "shijin",
  "type": "module",
  "main": "./dist/index.mjs",
  "files": [
    "dist",
    "package.json",
    "!LICENSE",
    "!README.md"
  ],
  "timestamp": "2025-04-24T12:22:00.414Z",
  "scripts": {
    "build": "tsc && vite build",
    "pub": "pnpm publish --access public",
    "rm": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"",
    "sort": "npx sort-package-json",
    "sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@karinjs/puppeteer-core/syncs\""
  }
}