-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "@extiverse/bot",
"version": "1.0.0",
"description": "The @extiverse bot written in DiscordJS",
"main": "src/index.js",
"private": true,
"scripts": {
"start": "node src/index.js",
"lint": "prettier --single-quote --trailing-comma es5 --write src",
"watch": "supervisor --non-interactive --restart-verbose src/index.js"
},
"engines": {
"node": ">8.0.0"
},
"author": {
"name": "Daniël Klabbers",
"email": "[email protected]",
"url": "https://luceos.com"
},
"contributors": [
{
"name": "David Sevilla Martin",
"email": "[email protected]",
"url": "https://datitisev.me"
}
],
"license": "MIT",
"dependencies": {
"better-sqlite3": "^7.0.1",
"common-tags": "^1.8.0",
"consola": "^2.10.1",
"discord.js": "^11.6.4",
"discord.js-commando": "^0.10.0",
"dotenv": "^8.0.0",
"enmap": "^5.2.4",
"fecha": "^4.2.0",
"git-rev-sync": "^2.0.0",
"ioredis": "^4.14.0",
"jsonapi-fractal": "^1.0.17",
"lodash.camelcase": "^4.3.0",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.0",
"prettier": "^2.0.5",
"pusher-js": "^6.0.3",
"query-string": "^6.8.2",
"raven": "^2.6.4"
}
}