Skip to content

Commit

Permalink
Add additional package keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Nov 7, 2023
1 parent 977466f commit 19d2295
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion build/build-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,26 @@ async function buildPackageJson({
url: "git://github.com/helmetjs/helmet.git",
},
license: "MIT",
keywords: ["express", "security", "headers", "backend"],
keywords: [
"express",
"security",
"headers",
"backend",
"content-security-policy",
"cross-origin-embedder-policy",
"cross-origin-opener-policy",
"cross-origin-resource-policy",
"origin-agent-cluster",
"referrer-policy",
"strict-transport-security",
"x-content-type-options",
"x-dns-prefetch-control",
"x-download-options",
"x-frame-options",
"x-permitted-cross-domain-policies",
"x-powered-by",
"x-xss-protection",
],
engines: devPackageJson.engines,
exports: {
...(esm ? { import: "./index.mjs" } : {}),
Expand Down

0 comments on commit 19d2295

Please sign in to comment.