@microfox/puppeteer-sls
Version:
Puppeteer SLS - Run puppeteer on a serverless function (AWS Lambda, etc.)
76 lines (75 loc) • 1.81 kB
JSON
{
"name": "@microfox/puppeteer-sls",
"version": "1.2.10",
"description": "Puppeteer SLS - Run puppeteer on a serverless function (AWS Lambda, etc.)",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"CHANGELOG.md"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"clean": "rm -rf dist",
"lint": "eslint \"./**/*.ts*\"",
"prettier-check": "prettier --check \"./**/*.ts*\"",
"test": "vitest",
"test:watch": "jest --watch"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"dependencies": {
"@microfox/s3-space": "*",
"@mozilla/readability": "^0.5.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"turndown": "^7.2.0"
},
"peerDependencies": {
"@sparticuz/chromium": ">=123.0.1",
"puppeteer-core": ">=22.0.0"
},
"devDependencies": {
"@microfox/tsconfig": "*",
"@sparticuz/chromium": "^137.0.1",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.7",
"@types/node": "^18",
"@types/turndown": "^5.0.4",
"jest": "^29.7.0",
"puppeteer-core": "^22.15.0",
"ts-jest": "^29.1.2",
"tsup": "^8",
"typescript": "5.6.3",
"vitest": "^1.6.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.0.0"
},
"homepage": "https://github.com/microfox-ai/microfox",
"repository": {
"type": "git",
"url": "git+https://github.com/microfox-ai/microfox.git"
},
"bugs": {
"url": "https://github.com/microfox-ai/microfox/issues"
},
"keywords": [
"puppeteer",
"sls",
"ai",
"sdk",
"microfox",
"typescript"
]
}