-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 847 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
{
"name": "spacesocial",
"version": "2.0.1",
"description": "✈ Join Discord: https://discord.gg/4pk97A2 👌",
"main": "index.js",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"delay": "^4.4.0",
"discord-api-types": "^0.29.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.0",
"humanize-duration": "^3.27.1",
"mongoose": "^6.5.2",
"node-yaml-config": "^1.0.0",
"plsargs": "^0.1.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adivise",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Adivise/SpaceSocial.git"
},
"bugs": {
"url": "https://github.com/Adivise/SpaceSocial/issues"
},
"homepage": "https://github.com/Adivise/SpaceSocial#readme"
}