-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.28 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
54
55
56
57
{
"name": "arunabot",
"version": "4.3.5",
"description": "A nova e melhorada aruna!",
"main": "src/main.js",
"scripts": {
"start": "node src/sharding.js",
"eslint": "eslint ./src",
"eslint:fix": "eslint ./src --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/ArunaBot/Aruna.git"
},
"author": {
"name": "Lobo Metalurgico",
"email": "[email protected]",
"url": "https://youtube.com/LoboMetalurgico"
},
"contributors": [
{
"name": "Kira's Art",
"url": "https://twitter.com/kiratokioArt/"
}
],
"license": "AGPL-3.0",
"dependencies": {
"chalk": "^4.1.2",
"dateformat": "^4.6.3",
"del": "^6.0.0",
"discord.js": "github:ArunaBot/discord.js#v11",
"fs-extra": "^10.0.0",
"jimp": "^0.16.1",
"mathjs": "^10.1.1",
"mongoose": "^6.2.1",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.15",
"superagent": "^7.1.1",
"systeminformation": "^5.11.3",
"topgg-autoposter": "github:ArunaBot/topgg-autoposter#release"
},
"devDependencies": {
"eslint": "^8.9.0"
},
"nodemonConfig": {
"ignore": [
".Configs/*",
"Configs/*",
".git/*",
".gitignore",
".github/",
"package.json",
"package-lock.json"
],
"delay": "5000"
}
}