-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 950 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 950 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "chillbot",
"version": "2.3.0-beta.5",
"description": "Chill!",
"keywords": [
"discord",
"discord.js",
"bot",
"chill",
"chillbot",
"JavaScript",
"js"
],
"homepage": "https://github.com/LightWayUp/chill",
"bugs": {
"url": "https://github.com/LightWayUp/chill/issues"
},
"license": "MIT",
"author": {
"name": "VanishedApps",
"url": "https://github.com/VanishedApps"
},
"contributors": [
{
"name": "LightWayUp",
"email": "lightwayuplightwayup@gmail.com",
"url": "https://lightwayup.github.io/"
}
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/LightWayUp/chill.git"
},
"scripts": {
"start": "node --throw-deprecation index.js",
"test": "echo \"No test to run\" && exit 0"
},
"dependencies": {
"discord.js": "^11.4.2",
"ms": "^2.1.1"
},
"engines": {
"node": ">=11.0.0"
}
}