UNPKG

1.4 kBJSONView Raw
1{
2 "name": "moonlink.js",
3 "version": "3.6.8",
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! πŸŽΆπŸ€–",
5 "keywords": [
6 "bot",
7 "discord.js",
8 "moonlink",
9 "discord",
10 "easy",
11 "lavalink",
12 "music"
13 ],
14 "main": "dist/index.js",
15 "module": "dist/index.mjs",
16 "types": "dist/index.d.ts",
17 "exports": {
18 ".": {
19 "types": "./dist/index.d.ts",
20 "import": "./dist/index.mjs",
21 "require": "./dist/index.js"
22 }
23 },
24 "scripts": {
25 "start": "rm -r dist && tsc && mv ./dist/index.js ./"
26 },
27 "homepage": "https://moonlink.js.org",
28 "bugs": {
29 "url": "https://github.com/Ecliptia/moonlink.js/issues",
30 "email": "1Lucas1apk@gmail.com"
31 },
32 "license": {
33 "type": "Apache-2.0",
34 "url": "https://opensource.org/licenses/apache2.0.php"
35 },
36 "contributors": [
37 "1Lucas1.apk"
38 ],
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/Ecliptia/moonlink.js"
42 },
43 "engines": {
44 "node": ">=16.6.0"
45 },
46 "devDependencies": {
47 "@types/node": "^18.19.31",
48 "discord.js": "^14.14.1",
49 "get-image-colors": "^4.0.1",
50 "mongoose": "^8.1.1",
51 "typecript": "^0.0.1-security",
52 "typedoc": "^0.25.4",
53 "typedoc-plugin-markdown": "^3.17.1"
54 },
55 "dependencies": {
56 "ws": "^8.17.0"
57 }
58}