41 lines
853 B
JSON
41 lines
853 B
JSON
{
|
|
"name": "node-youtube-dl-v2",
|
|
"version": "0.0.1",
|
|
"description": "YouTube, SoundCloud, Spotify downloader",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build" : "tsc",
|
|
"build:check": "tsc --noEmit --incremental false"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/killer069/node-youtube-dl.git"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.5.12"
|
|
}
|
|
}
|