-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "nodebot",
"version": "1.0.0",
"description": "Node es un bot multifunción, multilenguaje, programado en Discord.js y Mongoose por LyricalString.",
"main": "index.js",
"dependencies": {
"axios": "0.21.1",
"bottleneck": "2.19.5",
"discord.js": "13.12.0",
"dotenv": "16.0.3",
"easyqrcodejs-nodejs": "4.4.5",
"erela.js": "2.4.0",
"moment": "2.29.4",
"moment-duration-format": "2.3.2",
"mongoose": "6.8.0",
"node-osu": "2.2.1",
"radio-browser-api": "6.0.1",
"soyultro": "4.8.5",
"spotify-url-info": "3.1.10",
"topgg-autoposter": "2.0.1",
"twit": "2.2.11"
},
"scripts": {
"logs": "pm2 logs ",
"stop": "pm2 stop",
"restart": "pm2 stop index",
"start": "node --experimental-fetch index.js",
"config": "node utils/generateEnvFile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LyricalString/Node.git"
},
"author": "lyricalstring",
"license": "GPL",
"bugs": {
"url": "https://github.com/LyricalString/Node/issues"
},
"homepage": "https://github.com/LyricalString/Node#readme",
"engines": {
"node": ">=18.12.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.7"
}
}