feat: initial Papo bot scaffold
This commit is contained in:
56
node_modules/play-dl/package.json
generated
vendored
Normal file
56
node_modules/play-dl/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "play-dl",
|
||||
"version": "1.9.7",
|
||||
"description": "YouTube, SoundCloud, Spotify, Deezer searching and streaming for discord-js bots",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"module": "dist/index.mjs",
|
||||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"build:check": "tsc --noEmit --incremental false",
|
||||
"pretty": "prettier --config .prettierrc \"play-dl/*.ts\" \"play-dl/*/*.ts\" \"play-dl/*/*/*.ts\" --write ",
|
||||
"prepublishOnly": "tsup"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/play-dl/play-dl"
|
||||
},
|
||||
"keywords": [
|
||||
"node-youtube-dl",
|
||||
"youtube-dl",
|
||||
"yt-dl",
|
||||
"ytdl",
|
||||
"youtube",
|
||||
"spotify-dl",
|
||||
"spotify",
|
||||
"soundcloud",
|
||||
"deezer"
|
||||
],
|
||||
"author": "Killer069",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/play-dl/play-dl/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/play-dl/play-dl#readme",
|
||||
"files": [
|
||||
"dist/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.7.23",
|
||||
"prettier": "^2.3.1",
|
||||
"tsup": "^6.0.1",
|
||||
"typedoc": "^0.22.11",
|
||||
"typedoc-plugin-extras": "^2.2.1",
|
||||
"typedoc-plugin-missing-exports": "^1.0.0",
|
||||
"typescript": "^4.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"play-audio": "^0.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user