jericho-player
Version:
LightWeight Framework for discord.js v14 Music Bots and Radio Bots with fast moderation with commands and no memory leak mode
100 lines (99 loc) • 2.61 kB
JSON
{
"name": "jericho-player",
"version": "1.2.14",
"description": "LightWeight Framework for discord.js v14 Music Bots and Radio Bots with fast moderation with commands and no memory leak mode",
"main": "./src/index.js",
"module": "./src/index.mjs",
"types": "./typings/index.d.ts",
"files": [
"src",
"typings"
],
"exports": {
"./*": "./*",
".": {
"require": "./src/index.js",
"import": "./src/index.mjs"
}
},
"scripts": {
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"lint:commit": "npm run lint:fix && npm run commit:push",
"commit": "git-cz",
"semantic-release": "semantic-release --branches main",
"commit:push": "git add . && npm run commit && git push",
"docs": "typedoc --cname jericho-player.js.org --name Jericho-Player --includeVersion --readme --hideGenerator --out docs typings/index.d.ts",
"bot": "node example/src"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nyc": "^15.1.0",
"semantic-release": "^19.0.5",
"typedoc": "^0.23.10",
"typedoc-theme-hierarchy": "^3.0.0",
"typescript": "^4.7.4",
"video-extractor": "^3.0.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">= 16.6.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@discordjs/voice": "^0.11.0",
"discord.js": "^14.3.0",
"events": "^3.3.0",
"fs": "^0.0.1-security",
"is-url": "^1.2.4",
"path": "^0.12.7",
"playdl-music-extractor": "^3.0.10",
"pretty-mslux": "^5.0.0",
"prism-media": "^1.3.4",
"youtube-suggest-gen": "^1.0.7"
},
"directories": {
"example": "example"
},
"author": "Sid is Live YT",
"repository": {
"type": "git",
"url": "git+https://github.com/SidisLiveYT/Jericho-Player.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/SidisLiveYT/Jericho-Player/issues"
},
"homepage": "https://jericho-player.js.org",
"keywords": [
"jericho-player",
"music-player",
"youtube",
"discord-music-player",
"spotify",
"soundcloud",
"facebook",
"player-framework",
"player",
"youtube-dl",
"play-dl",
"music-framework",
"discord bots",
"distube",
"youtube-player",
"ytdl",
"ytdl-player",
"youtube-framework",
"discord-music-player",
"discord-player"
]
}