UNPKG

spike-player

Version:

Complete framework to facilitate music commands using discord.js v13 & v14

81 lines (80 loc) 2.31 kB
{ "name": "spike-player", "version": "1.4.5", "description": "Complete framework to facilitate music commands using discord.js v13 & v14", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest test/test.js", "clean": "rimraf dist", "pre": "npm version prerelease --force && npm publish --access public --tag dev", "prep": "npm run clean && npm run build", "pub": "conventional-changelog -p angular -i CHANGELOG.md -s && npm publish" }, "keywords": [ "music", "player", "bot", "framework", "discord", "youtube", "spotify", "v13", "v14" ], "dependencies": { "@discordjs/opus": "^0.8.0", "@discordjs/voice": "^0.11.0", "@spikebot/discord-ytdl-core": "^1.0.4", "@spikebot/ytdl-core": "^1.0.2", "@types/node": "^18.7.23", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", "axios": "^0.27.2", "axios-retry": "^3.3.1", "domhandler": "^5.0.3", "eslint": "^8.24.0", "ffmpeg-static": "^5.1.0", "htmlparser2": "^8.0.1", "isomorphic-unfetch": "^3.1.0", "jest": "^29.1.2", "libsodium-wrappers": "^0.7.10", "rimraf": "^3.0.2", "soundcloud-scraper": "github:AnupKumarPanwar/soundcloud-scraper", "spotify-url-info": "^3.1.8", "youtubei": "^1.0.0-rc.5", "ytsr": "^3.8.0" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.19.3", "@babel/preset-env": "^7.19.3", "@babel/preset-typescript": "^7.18.6", "@commitlint/cli": "^17.1.2", "@rocketseat/commitlint-config": "^0.0.3", "@types/node": "^18.7.23", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.38.1", "assert-diff": "^3.0.2", "discord.js": "^14.5.0", "discord.js-docgen": "github:discordjs/docgen#ts-patch", "eslint": "^8.24.0", "husky": "^8.0.1", "jest": "^29.1.2", "jsdoc-babel": "^0.5.0", "ts-node": "^10.9.1", "typescript": "^4.8.4" }, "directories": { "doc": "docs", "test": "test" }, "engines": { "node": ">=16.9.0" }, "workspaces": [ "packages/*" ], "packageManager": "npm@8.11.0" }