update tsconfig

This commit is contained in:
2024-04-14 18:11:25 +02:00
parent 57776a67b3
commit 229e35c9da
4 changed files with 147 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartpuppeteer",
"version": "2.0.3",
"private": false,
"description": "simplified access to puppeteer",
"description": "Provides simplified access to Puppeteer for automation and testing purposes.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -39,5 +39,14 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"puppeteer",
"automation",
"browser automation",
"web scraping",
"testing",
"headless browsing",
"incognito browsing"
]
}
}