62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@push.rocks/smartbrowser",
|
|
"version": "2.0.7",
|
|
"description": "A simplified Puppeteer wrapper for easy automation and testing tasks.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartbrowser.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartbrowser/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/smartbrowser",
|
|
"dependencies": {
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartpdf": "^3.1.8",
|
|
"@push.rocks/smartpuppeteer": "^2.0.0",
|
|
"@push.rocks/smartunique": "^3.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.2.0",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^1.0.90",
|
|
"@push.rocks/tapbundle": "^5.5.4",
|
|
"@types/node": "^22.10.4"
|
|
},
|
|
"private": false,
|
|
"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",
|
|
"testing",
|
|
"pdf generation",
|
|
"screenshot",
|
|
"web scraping",
|
|
"browser automation"
|
|
]
|
|
}
|