play-dl-fix/package.json
2021-10-02 18:44:52 +05:30

47 lines
1.0 KiB
JSON

{
"name": "play-dl",
"version": "1.0.6",
"description": "YouTube, SoundCloud, Spotify streaming for discord.js bots",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"build": "tsc",
"build:check": "tsc --noEmit --incremental false",
"pretty": "prettier --config .prettierrc \"play-dl/*.ts\" \"play-dl/*/*.ts\" \"play-dl/*/*/*.ts\" --write "
},
"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"
],
"author": "Killer069",
"license": "MIT",
"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": "^16.9.4",
"prettier": "^2.3.1"
}
}