distube-apple-music
Version:
A DisTube info extractor plugin for supporting Apple Music.
73 lines (72 loc) • 1.72 kB
JSON
{
"name": "distube-apple-music",
"version": "0.1.0",
"author": "LakhindarPal",
"repository": {
"type": "git",
"url": "git+https://github.com/LakhindarPal/distube-apple-music.git"
},
"main": "./dist/index.js",
"devDependencies": {
"@types/node": "^20.14.1",
"discord.js": "^14.15.3",
"distube": "^5.0.1",
"eslint": "^8.57.0",
"eslint-config-distube": "^1.7.0",
"prettier": "^3.3.0",
"tslib": "^2.6.3",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"exports": "./dist/index.js",
"bugs": {
"url": "https://github.com/LakhindarPal/distube-apple-music/issues"
},
"description": "A DisTube info extractor plugin for supporting Apple Music.",
"directories": {
"lib": "src"
},
"files": [
"dist"
],
"homepage": "https://github.com/LakhindarPal/distube-apple-music#readme",
"keywords": [
"distube",
"plugin",
"discord",
"music",
"apple-music",
"distube-apple-music",
"distube-apple-music-plugin",
"apple-music-plugin"
],
"license": "MIT",
"nano-staged": {
"*.ts": [
"prettier --write",
"eslint"
],
"*.{json,yml,yaml}": [
"prettier --write"
]
},
"peerDependencies": {
"distube": "5"
},
"scripts": {
"format": "prettier --write \"**/*.{js,ts,json,yml,yaml,md}\"",
"lint": "eslint .",
"build": "tsup",
"type": "tsc --noEmit",
"prepack": "bun run build"
},
"typings": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"isomorphic-unfetch": "^4.0.2",
"node-html-parser": "^6.1.4"
},
"acknowledgements": "This package uses components of @discord-player/extractor, adapted for DisTube."
}