UNPKG

@sparticuz/chromium

Version:

Chromium Binary for Serverless Platforms

71 lines (70 loc) 1.87 kB
{ "name": "@sparticuz/chromium", "version": "137.0.1", "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": "module", "exports": "./build/index.js", "types": "./build/index.d.ts", "files": [ "bin", "!bin/arm64", "!bin/x64", "build" ], "scripts": { "build": "rm -rf build && tsc -p tsconfig.build.json", "build:fonts": "rm bin/fonts.tar.br && node ./tools/download-open-sans.mjs", "layer:x64": "make chromium-layer.x64.zip", "layer:arm64": "make chromium-layer.arm64.zip", "lint": "eslint", "pack:x64": "make pack-x64", "pack:arm64": "make pack-arm64", "test:integration": "make clean && make && make pretest && make test", "test:source": "make presource && vitest run --coverage && make postsource", "update": "node ./tools/update-browser-revision.mjs" }, "dependencies": { "follow-redirects": "^1.15.9", "tar-fs": "^3.0.9" }, "devDependencies": { "@sparticuz/eslint-config": "^9.3.5", "@tsconfig/node20": "^20.1.5", "@tsconfig/strictest": "^2.0.5", "@types/follow-redirects": "^1.14.4", "@types/node": "^20.17.43", "@types/tar-fs": "^2.0.4", "@vitest/coverage-v8": "^3.1.3", "clean-modules": "^3.1.1", "eslint": "^9.26.0", "puppeteer-core": "^24.8.1", "typescript": "^5.8.3", "typescript-eslint": "^8.32.0", "vitest": "^3.1.3" }, "engines": { "node": ">=20.11.0" } }