web/node_modules/moonlink.js/package.json
Raphix 2241136729
Some checks failed
Subsonics - Web/pipeline/head There was a failure building this commit
Subsonics - Web/pipeline/pr-main This commit looks good
Version 2.1.0 - Passage sur Lavalink V4 et Moonlink.js
2024-04-16 16:05:21 +02:00

56 lines
1.3 KiB
JSON

{
"name": "moonlink.js",
"version": "3.6.4",
"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": "rm -r dist && tsc && mv ./dist/index.js ./"
},
"homepage": "https://moonlink.js.org",
"bugs": {
"url": "https://github.com/Ecliptia/moonlink.js/issues",
"email": "1Lucas1apk@gmail.com"
},
"license": {
"type": "Apache-2.0",
"url": "https://opensource.org/licenses/apache2.0.php"
},
"contributors": [
"1Lucas1.apk"
],
"repository": {
"type": "git",
"url": "https://github.com/Ecliptia/moonlink.js"
},
"engines": {
"node": ">=16.6.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"discord.js": "^14.14.1",
"get-image-colors": "^4.0.1",
"mongoose": "^8.1.1",
"typecript": "^0.0.1-security",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1"
}
}