From 26174d0c78e2371fe546b3170aec1ed496c18373 Mon Sep 17 00:00:00 2001 From: jrandolf <86539915+jrandolf@users.noreply.github.com> Date: Wed, 9 Mar 2022 13:42:33 +0100 Subject: [PATCH] chore: add keywords to `package.json` (#8119) Co-authored-by: Randolf Jung --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index efc9f187..acf3c5f3 100644 --- a/package.json +++ b/package.json @@ -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",