update tsconfig

This commit is contained in:
2024-04-14 17:21:37 +02:00
parent 9354cd5bd3
commit ce4dea816e
4 changed files with 127 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartbrowser",
"version": "2.0.6",
"description": "simplified puppeteer",
"description": "A simplified Puppeteer wrapper for easy automation and testing tasks.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -48,5 +48,14 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"puppeteer",
"automation",
"testing",
"pdf generation",
"screenshot",
"web scraping",
"browser automation"
]
}
}