2021-08-07 15:53:18 +05:30
|
|
|
{
|
2021-08-13 23:17:59 +05:30
|
|
|
"name": "play-dl",
|
2021-08-30 12:10:28 +05:30
|
|
|
"version": "0.6.4",
|
2021-08-24 18:56:46 +05:30
|
|
|
"description": "YouTube, SoundCloud, Spotify streaming for discord.js bots",
|
2021-08-08 19:06:00 +05:30
|
|
|
"main": "dist/index.js",
|
2021-08-13 21:57:42 +05:30
|
|
|
"typings": "dist/index.d.ts",
|
2021-08-07 15:53:18 +05:30
|
|
|
"scripts": {
|
2021-08-16 17:37:44 +05:30
|
|
|
"build": "tsc",
|
|
|
|
|
"build:check": "tsc --noEmit --incremental false"
|
2021-08-07 15:53:18 +05:30
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2021-08-21 15:37:35 +05:30
|
|
|
"url": "git+https://github.com/play-dl/play-dl"
|
2021-08-07 15:53:18 +05:30
|
|
|
},
|
2021-08-13 21:57:42 +05:30
|
|
|
"keywords": [
|
2021-08-16 17:37:44 +05:30
|
|
|
"node-youtube-dl",
|
|
|
|
|
"youtube-dl",
|
|
|
|
|
"yt-dl",
|
|
|
|
|
"ytdl",
|
|
|
|
|
"youtube",
|
|
|
|
|
"spotify-dl",
|
|
|
|
|
"spotify",
|
|
|
|
|
"soundcloud"
|
|
|
|
|
],
|
2021-08-13 21:57:42 +05:30
|
|
|
"author": "Killer069",
|
|
|
|
|
"license": "MIT",
|
2021-08-07 15:53:18 +05:30
|
|
|
"bugs": {
|
2021-08-13 23:20:45 +05:30
|
|
|
"url": "https://github.com/play-dl/play-dl/issues"
|
2021-08-07 15:53:18 +05:30
|
|
|
},
|
2021-08-24 15:29:37 +05:30
|
|
|
"engines": {
|
2021-08-30 14:42:51 +05:30
|
|
|
"node": ">=16.0.0"
|
|
|
|
|
},
|
2021-08-13 23:20:45 +05:30
|
|
|
"homepage": "https://github.com/play-dl/play-dl#readme",
|
2021-08-13 21:57:42 +05:30
|
|
|
"files": [
|
2021-08-16 17:37:44 +05:30
|
|
|
"dist/*"
|
|
|
|
|
],
|
2021-08-07 15:53:18 +05:30
|
|
|
"dependencies": {
|
2021-08-16 17:37:44 +05:30
|
|
|
"got": "^11.8.2"
|
2021-08-07 15:53:18 +05:30
|
|
|
}
|
|
|
|
|
}
|