-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "nanospacex",
"version": "6.5.1",
"description": "✈ Join Discord: https://discord.gg/4pk97A2 👌",
"main": "index.js",
"dependencies": {
"@discordjs/rest": "^0.2.0-canary.0",
"better-erela.js-apple": "^1.0.1",
"better-erela.js-spotify": "^1.3.6",
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"delay": "^4.4.0",
"discord-api-types": "^0.26.0",
"discord.js": "^14.1.2",
"dotenv": "^12.0.3",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-tidal": "^1.0.2",
"figlet": "^1.5.0",
"humanize-duration": "^3.27.1",
"locale-parser": "^1.1.2",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^5.9.19",
"node-cron": "^3.0.1",
"uuid": "^8.3.2",
"voucher-code-generator": "^1.1.1",
"youtube-sr": "^4.1.9"
},
"scripts": {
"start": "node --no-warnings index.js"
},
"author": "Adivise",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Adivise/NanoSpace.git"
},
"bugs": {
"url": "https://github.com/Adivise/NanoSpace/issues"
},
"homepage": "https://github.com/Adivise/NanoSpace#readme",
"devDependencies": {
"node": "^17.0.1"
}
}