moonlink.js
Version:
Imagine a Music... πβ¨ Welcome to Moonlink.js! We invite you to create your own music bot on Discord using Lavalink, in a simple and easy way! πΆπ€
52 lines (51 loc) β’ 1.36 kB
JSON
{
"name": "moonlink.js",
"version": "4.4.36",
"description": "Imagine a Music... πβ¨ Welcome to Moonlink.js! We invite you to create your own music bot on Discord using Lavalink, in a simple and easy way! πΆπ€",
"keywords": [
"bot",
"discord.js",
"moonlink",
"discord",
"easy",
"lavalink",
"music"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"start": "npm run build && npm run test",
"build": "tsc",
"test": "node testBot/bot.js"
},
"homepage": "https://moonlink.js.org",
"bugs": {
"url": "https://github.com/Ecliptia/moonlink.js/issues",
"email": "1Lucas1apk@gmail.com"
},
"license": "Open Software License 3.0",
"contributors": [
"1Lucas1.apk"
],
"repository": {
"type": "git",
"url": "https://github.com/Ecliptia/moonlink.js"
},
"engines": {
"node": ">=22.x.x"
},
"devDependencies": {
"@types/node": "^22.10.5",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}