From 6367adc3f5662e9ccf472c05f3587bdcc2529035 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 13 Aug 2021 21:57:42 +0530 Subject: [PATCH] Package updated --- package.json | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 27a6b00..8c83d19 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,36 @@ { - "name": "killer", - "version": "1.0.0", - "description": "", + "name": "@node/youtube-dl", + "version": "0.0.1", + "description": "YouTube, SoundCloud, Spotify downloader", "main": "dist/index.js", + "typings": "dist/index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build" : "tsc", + "build:check": "tsc --noEmit --incremental false" }, "repository": { "type": "git", "url": "git+https://github.com/killer069/node-youtube-dl.git" }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": [ + "node-youtube-dl", + "youtube-dl", + "yt-dl", + "ytdl", + "youtube", + "spotify-dl", + "spotify", + "soundcloud" + ], + "author": "Killer069", + "license": "MIT", "bugs": { "url": "https://github.com/killer069/node-youtube-dl/issues" }, "homepage": "https://github.com/killer069/node-youtube-dl#readme", + "files": [ + "dist/*" + ], "dependencies": { "node-fetch": "^2.6.1" },