automation-extra-plugin
Version:
Base class for automation-extra plugins (supports Playwright and Puppeteer).
79 lines (78 loc) • 2.41 kB
JSON
{
"name": "automation-extra-plugin",
"version": "4.2.1-next.587+03bcc08",
"description": "Base class for automation-extra plugins (supports Playwright and Puppeteer).",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "berstend/puppeteer-extra",
"homepage": "https://github.com/berstend/puppeteer-extra/tree/master/packages/automation-extra-plugin",
"author": "berstend",
"license": "MIT",
"scripts": {
"clean": "rimraf dist/*",
"prebuild": "run-s clean",
"build": "run-s build:tsc build:rollup",
"build:tsc": "tsc --module commonjs",
"build:rollup": "rollup -c rollup.config.ts",
"docs": "documentation readme --quiet --shallow --github --markdown-theme transitivebs --readme-file readme.md --section API ./src/index.ts",
"postdocs": "npx prettier --write readme.md",
"test:ts": "ava -v --config ava.config-ts.js",
"test:js": "ava -v --serial --concurrency 1 --fail-fast",
"test": "run-p test:js test:ts",
"pretest-ci": "run-s build",
"test-ci": "run-p lint test",
"lint:js": "eslint --no-error-on-unmatched-pattern --ext .js src/ test/",
"lint:ts": "tslint --project tsconfig.json",
"lint": "run-p lint:js lint:ts"
},
"engines": {
"node": ">=12"
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true
},
"keywords": [
"puppeteer",
"puppeteer-extra",
"playwright-extra",
"playwright",
"automation-extra-plugin",
"ua",
"user-agent",
"chrome",
"headless",
"pupeteer"
],
"devDependencies": {
"@types/node": "^13.1.4",
"ava": "2.4.0",
"documentation-markdown-themes": "13.1.2",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"rollup": "^1.27.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "0.29.0",
"ts-node": "^8.5.4",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"typescript": "4.1.2"
},
"dependencies": {
"@types/debug": "^4.1.0",
"@types/puppeteer": "5.4.3",
"debug": "^4.1.1",
"deepmerge": "^4.2.2",
"is-plain-object": "^5.0.0",
"playwright-core": "1.8.0"
},
"gitHead": "03bcc0821d16e3f32190471e3e6e30b9f04d8710"
}