forked from Arburich/Luna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.18 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": "Luna",
"version": "2.3.5",
"description": "Alchemy Den's Own Bot!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "https://github.com/Arburich/Luna"
},
"author": "Arburich#1458",
"contributors": [
""
],
"license": "",
"bugs": {
"url": "https://github.com/Arburich/Luna/issues"
},
"homepage": "https://github.com/Arburich/Luna",
"dependencies": {
"all": "0.0.0",
"canvas": "^2.6.1",
"chalk": "^4.1.0",
"discord-money": "^0.2.0",
"discord.js": "^12.3.1",
"enmap": "^5.7.1",
"express": "^4.17.1",
"forever": "^3.0.2",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"merge-images": "^2.0.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"net": "1.0.2",
"parallel-http-request": "^1.1.3",
"ping": "^0.2.3",
"pm2": "^4.4.1",
"request": "^2.88.0",
"sqlite3": "^5.0.0",
"xmlhttprequest": "^1.8.0",
"zeromq": "^6.0.0-beta.6",
"zlib": "^1.0.5"
},
"devDependencies": {
"install-peers": "^1.0.3"
}
}