update tsconfig
This commit is contained in:
13
package.json
13
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user