chore: add keywords to package.json
(#8119)
Co-authored-by: Randolf Jung <jrandolf@chromium.org>
This commit is contained in:
parent
34775e5831
commit
26174d0c78
@ -2,6 +2,12 @@
|
||||
"name": "puppeteer",
|
||||
"version": "13.5.0-post",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
"chrome",
|
||||
"headless",
|
||||
"automation"
|
||||
],
|
||||
"main": "./cjs-entry.js",
|
||||
"types": "lib/types.d.ts",
|
||||
"repository": "github:puppeteer/puppeteer",
|
||||
|
Loading…
Reference in New Issue
Block a user