58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@push.rocks/smartpuppeteer",
|
|
"version": "2.0.4",
|
|
"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": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "tstest test/",
|
|
"build": "tsbuild --web --allowimplicitany"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.63",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.71",
|
|
"@push.rocks/tapbundle": "^5.0.8",
|
|
"@types/node": "^22.13.5"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartdelay": "^3.0.1",
|
|
"@push.rocks/smartshell": "^3.0.3",
|
|
"puppeteer": "^24.3.0",
|
|
"tree-kill": "^1.2.2"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"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"
|
|
}
|
|
}
|