UNPKG

zoku-fi

Version:

A simple tool to create lofi bot for discord server

32 lines (31 loc) 677 B
{ "name": "zoku-fi", "version": "1.1.0", "description": "A simple tool to create lofi bot for discord server", "main": "main.js", "scripts": { "test": "main.js" }, "repository": { "type": "git", "url": "git+https://github.com/zokuru/zoku-fi.git" }, "keywords": [ "lofi" ], "author": "Zokuru", "license": "Apache-2.0", "bugs": { "url": "https://github.com/zokuru/zoku-fi/issues" }, "homepage": "https://github.com/zokuru/zoku-fi#readme", "dependencies": { "@discordjs/opus": "^0.8.0", "@discordjs/voice": "^0.11.0", "discord.js": "^14.3.0", "distube": "^4.0.3" }, "engines": { "node": ">=16.9.0" } }