forked from NebulousLabs/Discord-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
50
51
52
{
"name": "sweeper-bot",
"version": "0.1.0",
"description": "General purpose bot for The official r/DTG Discord server.",
"main": "sweeper.js",
"author": "katagatame_ <[email protected]>",
"contributors": [
{
"name": "D0cR3d",
"email": "[email protected]"
}
],
"license": "MIT",
"homepage": "https://github.com/r-DestinyTheGame/Sweeper-Bot#readme",
"repository": {
"type": "git",
"url": "https://github.com/r-DestinyTheGame/Sweeper-Bot"
},
"bugs": {
"url": "https://github.com/r-DestinyTheGame/Sweeper-Bot/issues"
},
"keywords": [
"destiny",
"discord",
"discordapp"
],
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fuzzy": "^0.1.3",
"moment": "^2.18.1",
"node-schedule": "^1.2.3",
"pg": "7.1.2",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"sequelize": "^4.4.2",
"yamdbf": "github:zajrik/yamdbf"
},
"devDependencies": {
"@types/cheerio": "^0.22.2",
"@types/node": "^8.0.14",
"@types/node-schedule": "^1.2.0",
"@types/request": "^2.0.0",
"@types/request-promise": "^4.1.36",
"@types/sequelize": "^4.0.66",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.2.1",
"tslint": "^5.5.0",
"typescript": "^2.4.2"
}
}