diff --git a/package.json b/package.json index c73a593f..fa9fb6a2 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,23 @@ { "name": "youtubei.js", "version": "2.9.0", - "description": "Full-featured wrapper around YouTube's private API. Supports YouTube, YouTube Music and YouTube Studio (WIP).", + "description": "A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).", "type": "module", "types": "./dist/src/platform/lib.d.ts", "typesVersions": { "*": { - "agnostic": ["./dist/src/platform/lib.d.ts"], - "web": ["./dist/src/platform/lib.d.ts"], - "web.bundle": ["./dist/src/platform/lib.d.ts"], - "web.bundle.min": ["./dist/src/platform/lib.d.ts"] + "agnostic": [ + "./dist/src/platform/lib.d.ts" + ], + "web": [ + "./dist/src/platform/lib.d.ts" + ], + "web.bundle": [ + "./dist/src/platform/lib.d.ts" + ], + "web.bundle.min": [ + "./dist/src/platform/lib.d.ts" + ] } }, "exports": { @@ -110,7 +118,6 @@ "youtube-downloader", "youtube-music", "youtube-studio", - "innertubeapi", "innertube", "unofficial", "downloader", @@ -119,8 +126,7 @@ "upload", "ytmusic", "search", - "comment", "music", "api" ] -} +} \ No newline at end of file