2019-06-03 22:24:10 +02:00
|
|
|
{
|
2023-07-10 10:17:36 +02:00
|
|
|
"name": "@push.rocks/smartpuppeteer",
|
2025-02-25 17:34:41 +00:00
|
|
|
"version": "2.0.5",
|
2019-06-03 22:24:10 +02:00
|
|
|
"private": false,
|
2024-04-14 18:11:25 +02:00
|
|
|
"description": "Provides simplified access to Puppeteer for automation and testing purposes.",
|
2021-01-08 21:16:25 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-03-24 13:51:12 +01:00
|
|
|
"type": "module",
|
2019-06-03 22:24:10 +02:00
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2022-03-24 13:51:12 +01:00
|
|
|
"test": "tstest test/",
|
|
|
|
"build": "tsbuild --web --allowimplicitany"
|
2019-06-03 22:24:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-12 13:13:09 +02:00
|
|
|
"@git.zone/tsbuild": "^2.1.63",
|
|
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
|
|
"@git.zone/tstest": "^1.0.71",
|
|
|
|
"@push.rocks/tapbundle": "^5.0.8",
|
2025-02-25 17:34:41 +00:00
|
|
|
"@types/node": "^22.13.5"
|
2019-06-03 22:24:10 +02:00
|
|
|
},
|
2019-06-03 22:48:40 +02:00
|
|
|
"dependencies": {
|
2024-04-12 13:13:09 +02:00
|
|
|
"@push.rocks/smartdelay": "^3.0.1",
|
|
|
|
"@push.rocks/smartshell": "^3.0.3",
|
2025-02-25 17:34:41 +00:00
|
|
|
"puppeteer": "^24.3.0",
|
2021-08-17 15:22:10 +02:00
|
|
|
"tree-kill": "^1.2.2"
|
2019-06-03 22:48:40 +02:00
|
|
|
},
|
2019-06-03 22:24:10 +02:00
|
|
|
"files": [
|
2019-11-15 23:41:39 +01:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2021-01-08 21:16:25 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2019-11-15 23:41:39 +01:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-06-03 22:24:10 +02:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2021-01-08 21:16:25 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2024-04-14 18:11:25 +02:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"puppeteer",
|
|
|
|
"automation",
|
|
|
|
"browser automation",
|
|
|
|
"web scraping",
|
|
|
|
"testing",
|
|
|
|
"headless browsing",
|
|
|
|
"incognito browsing"
|
2024-05-29 14:15:38 +02:00
|
|
|
],
|
|
|
|
"homepage": "https://code.foss.global/push.rocks/smartpuppeteer",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://code.foss.global/push.rocks/smartpuppeteer.git"
|
|
|
|
}
|
2025-02-25 17:33:48 +00:00
|
|
|
}
|