Files
smartpuppeteer/package.json
T
2026-05-01 16:26:59 +00:00

61 lines
1.4 KiB
JSON

{
"name": "@push.rocks/smartpuppeteer",
"version": "2.0.6",
"private": false,
"description": "Provides simplified access to Puppeteer for automation and testing purposes.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "tstest test/",
"format": "gitzone format",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartshell": "^3.3.8",
"puppeteer": "^24.42.0",
"tree-kill": "^1.2.2"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"puppeteer",
"automation",
"browser automation",
"web scraping",
"testing",
"headless browsing",
"incognito browsing"
],
"homepage": "https://code.foss.global/push.rocks/smartpuppeteer",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartpuppeteer.git"
}
}