{ "name": "@sparticuz/chromium", "version": "109.0.6", "author": { "name": "Kyle McNally" }, "license": "MIT", "description": "Chromium Binary for Serverless Platforms", "main": "build/index.js", "types": "build/index.d.ts", "type": "commonjs", "files": [ "bin", "build" ], "engines": { "node": ">= 14.18.0" }, "scripts": { "test": "make clean && make && make pretest && make test", "build": "rm -rf build && tsc -p tsconfig.json" }, "devDependencies": { "@tsconfig/node14": "^1.0.3", "@types/node": "^18.11.18", "@types/tar-fs": "^2.0.1", "clean-modules": "^2.0.6", "typescript": "^4.9.4" }, "bugs": { "url": "https://github.com/Sparticuz/chromium/issues" }, "homepage": "https://github.com/Sparticuz/chromium", "repository": { "type": "git", "url": "git://github.com/Sparticuz/chromium.git" }, "keywords": [ "aws", "browser", "chrome", "chromium", "lambda", "puppeteer", "playwright", "serverless" ], "prettier": { "arrowParens": "always", "bracketSpacing": true, "jsxBracketSameLine": false, "printWidth": 140, "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "dependencies": { "tar-fs": "^2.1.1" } }