-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 896 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 896 Bytes
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
{
"name": "socketstats",
"version": "1.0.9",
"description": "Server statistics Dashboard builder for Discord BOT through WebSocket.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoruAkiba/socketStats.git"
},
"bug": {
"url": "https://github.com/GoruAkiba/socketStats/issues"
},
"homepage": "https://github.com/GoruAkiba/socketStats#readme.md",
"keywords": ["Discord.js","Dashboard-Stats","socket.io"],
"author": "goruakiba",
"license": "GNU GPLv3",
"dependencies": {
"express": "^4.17.1",
"os-utils": "0.0.14",
"socket.io": "^2.3.0"
},
"devDependencies": {
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"nodemon": "^2.0.4"
}
}