forked from sabattle/CalypsoBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "calypso",
"version": "1.7.0",
"description": "A fully customizable bot built with discord.js",
"main": "app.js",
"dependencies": {
"ascii-table": "0.0.9",
"better-sqlite3": "^7.1.0",
"common-tags": "^1.8.0",
"discord.js": "^12.3.1",
"he": "^1.2.0",
"minimist": ">=1.2.2",
"moment": "^2.22.2",
"ms": "^2.1.2",
"node-os-utils": "^1.3.1",
"node-pre-gyp": "^0.11.0",
"node-schedule": "^1.3.2",
"twemoji-parser": "^13.0.0",
"weather-js": "^2.0.0",
"winston": "^3.2.1",
"yaml": "^1.8.3",
"youtube-search": "^1.1.4"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm i && node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/sabattle/CalypsoBot.git"
},
"author": "Sebastian Battle",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sabattle/CalypsoBot/issues"
},
"homepage": "https://github.com/sabattle/CalypsoBot#readme"
}