{
  "name": "@sparticuz/chromium",
  "version": "133.0.0",
  "description": "Chromium Binary for Serverless Platforms",
  "keywords": [
    "aws",
    "browser",
    "chrome",
    "chromium",
    "lambda",
    "puppeteer",
    "playwright",
    "serverless"
  ],
  "homepage": "https://github.com/Sparticuz/chromium",
  "bugs": {
    "url": "https://github.com/Sparticuz/chromium/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Sparticuz/chromium.git"
  },
  "license": "MIT",
  "author": {
    "name": "Kyle McNally"
  },
  "type": "commonjs",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "bin",
    "build"
  ],
  "scripts": {
    "build": "rm -rf build && tsc -p tsconfig.json",
    "test": "make clean && make && make pretest && make test"
  },
  "dependencies": {
    "follow-redirects": "^1.15.9",
    "tar-fs": "^3.0.8"
  },
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@tsconfig/strictest": "^2.0.5",
    "@types/follow-redirects": "^1.14.4",
    "@types/node": "^20.17.23",
    "@types/tar-fs": "^2.0.4",
    "clean-modules": "^3.1.1",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": ">= 16"
  }
}
