{ "name": "@sparticuz/chromium", "version": "123.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": "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.6", "tar-fs": "^3.0.5" }, "devDependencies": { "@tsconfig/node20": "^20.1.4", "@tsconfig/strictest": "^2.0.5", "@types/follow-redirects": "^1.14.4", "@types/node": "^20.12.3", "@types/tar-fs": "^2.0.4", "clean-modules": "^3.0.5", "typescript": "^5.4.3" }, "engines": { "node": ">= 16" } }