diff --git a/package.json b/package.json index 5b2a4d4..9219a28 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,11 @@ }, "engines": { "node": ">=18.0.0" - } + }, + "files": [ + "LICENSE", + "README.md", + "index.js", + "package.json" + ] }