forked from Adivise/NanoSpacePlus
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nanospaceplus-makori-music",
"version": "lsp-makori-nsp-14.1.0",
"description": "✈ Join Discord: https://discord.gg/4pk97A2 👌",
"main": "index.js",
"dependencies": {
"@discordjs/rest": "^0.2.0-canary.0",
"better-erela.js-apple": "^1.0.3",
"better-erela.js-spotify": "^1.3.8",
"chalk": "^4.1.0",
"child_process": "^1.0.2",
"common-tags": "^1.8.0",
"cpu-stat": "^2.0.1",
"delay": "^4.4.0",
"discord-api-types": "^0.26.1",
"discord.js": "^14.1.2",
"dotenv": "^12.0.4",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"humanize-duration": "^3.27.1",
"images-generator": "^3.3.2",
"locale-parser": "^1.1.2",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^5.9.19",
"node-cron": "^3.0.0",
"nodemon": "^2.0.19",
"os": "^0.1.2",
"plsargs": "^0.1.6",
"uuid": "^8.3.2",
"voucher-code-generator": "^1.1.1",
"youtube-sr": "^4.1.9"
},
"scripts": {
"deplayslash": "node Updatecommands.js global",
"dev": "nodemon --no-warnings .",
"start": "node --no-warnings index.js"
},
"author": "Adivise",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Adivise/NanoSpacePlus.git"
},
"bugs": {
"url": "https://github.com/Adivise/NanoSpacePlus/issues"
},
"homepage": "https://github.com/Adivise/NanoSpacePlus#readme",
"devDependencies": {
"node": "^17.0.1"
}
}