play-dl-fix/package.json
dependabot[bot] c9e184e60e
Bump typedoc-plugin-missing-exports from 0.22.6 to 1.0.0
Bumps [typedoc-plugin-missing-exports](https://github.com/Gerrit0/typedoc-plugin-missing-exports) from 0.22.6 to 1.0.0.
- [Release notes](https://github.com/Gerrit0/typedoc-plugin-missing-exports/releases)
- [Changelog](https://github.com/Gerrit0/typedoc-plugin-missing-exports/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Gerrit0/typedoc-plugin-missing-exports/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: typedoc-plugin-missing-exports
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-01 16:09:34 +00:00

57 lines
1.3 KiB
JSON

{
"name": "play-dl",
"version": "1.9.5",
"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": "^17.0.12",
"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"
}
}