76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"name": "@distube/soundcloud",
|
|
"version": "2.0.4",
|
|
"author": "Skick (https://github.com/skick1234)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/distubejs/extractor-plugins.git"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.8.1",
|
|
"discord.js": "^14.16.3",
|
|
"distube": "^5.0.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-distube": "^1.7.1",
|
|
"prettier": "^3.3.3",
|
|
"tslib": "^2.8.0",
|
|
"tsup": "^8.3.5",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/distubejs/extractor-plugins/issues"
|
|
},
|
|
"description": "A DisTube extractor plugin for supporting SoundCloud.",
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"funding": "https://github.com/skick1234/DisTube?sponsor",
|
|
"homepage": "https://github.com/distubejs/extractor-plugins/tree/main/packages/soundcloud#readme",
|
|
"keywords": [
|
|
"distube",
|
|
"plugin",
|
|
"discord",
|
|
"music"
|
|
],
|
|
"license": "MIT",
|
|
"nano-staged": {
|
|
"*.ts": [
|
|
"prettier --write",
|
|
"eslint"
|
|
],
|
|
"*.{json,yml,yaml}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"distube": "5"
|
|
},
|
|
"typings": "./dist/index.d.ts",
|
|
"dependencies": {
|
|
"soundcloud.ts": "^0.6.2"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write \"**/*.{js,ts,json,yml,yaml,md}\"",
|
|
"lint": "eslint .",
|
|
"build": "tsup",
|
|
"type": "tsc --noEmit"
|
|
}
|
|
} |