-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.1 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
{
"name": "Test-discord-dashboard",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"discord-easy-dashboard": "https://github.com/SimonLeclere/discord-easy-dashboard.git",
"discord.js": "^13.3.1",
"djs-soundboard": "^4.0.4",
"glob": "^7.2.0",
"moment": "^2.29.1",
"mongoose": "^6.1.5",
"node-fetch": "^2.6.6",
"util": "^0.12.4"
},
"devDependencies": {
"node": "^16.13.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxWasTak3n/dashboard.git"
},
"bugs": {
"url": "https://github.com/MaxWasTak3n/dashboard/issues"
},
"homepage": "https://github.com/MaxWasTak3n/dashboard#readme",
"description": "To create this dashboard me & auoldariu#9987 used 3 packages: [discord.js](https://www.npmjs.com/package/discord.js), [discord-easy-dashboard](https://www.npmjs.com/package/discord-easy-dashboard) and [axios](https://www.npmjs.com/package/axios)."
}