diff --git a/.changeset/improve-trakt-discovery.md b/.changeset/improve-trakt-discovery.md new file mode 100644 index 0000000..e61d2c9 --- /dev/null +++ b/.changeset/improve-trakt-discovery.md @@ -0,0 +1,5 @@ +--- +"@api-wrappers/trakt-wrapper": patch +--- + +Improve npm package discovery with more specific Trakt, movie/TV tracking, scrobbling, OAuth, and TypeScript search keywords. diff --git a/package.json b/package.json index 64447a8..f237060 100644 --- a/package.json +++ b/package.json @@ -42,23 +42,34 @@ "keywords": [ "trakt", "trakt-api", + "trakt-wrapper", + "trakt-client", + "trakt-sdk", "trakttv", "api-wrapper", "api-client", "sdk", "typescript", + "typescript-client", "type-safe", "movies", + "movie-api", "tv", - "shows", - "scrobble", + "tv-api", + "tv-shows", + "media-tracker", + "watch-tracking", + "watch-history", "watchlist", - "history", + "scrobble", + "scrobbling", "ratings", "calendar", "sync", + "oauth2", "nodejs", - "bun" + "bun", + "api-wrappers" ], "author": "api-wrappers", "license": "MIT",