This repository has been archived by the owner on Dec 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
68 lines (68 loc) · 2.19 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"dependencies": {
"bluebird": "^3.5.3",
"carina": "^0.11.0",
"crypto-js": "^3.1.9-1",
"discord.js": "github:discordjs/discord.js#1d77d1a9b89302316cf0093cffbb5e274c5a601e",
"format-message": "^6.2.1",
"full-url": "^1.0.0",
"ioredis": "^4.2.0",
"js-yaml": "^3.12.0",
"knex": "^0.15.2",
"lodash": "^4.17.11",
"loggy": "gitlab:BlackSilverBot/loggy#b030f0e80b485086ae88cd21c8bdee2bde798189",
"luxon": "^1.7.1",
"micromatch": "^3.1.10",
"minimist": "^1.2.0",
"module-alias": "^2.1.0",
"mysql2": "^1.6.4",
"mz": "^2.7.0",
"node-fetch": "^2.3.0",
"random-js": "^1.0.8",
"raven": "^2.6.4",
"shortid": "^2.2.14",
"timestring": "^5.0.1",
"ws": "^6.1.2"
},
"name": "snowballbot-discord",
"displayName": "Discord Snowball bot",
"author": "DaFri_Nochiterov",
"version": "0.9.998",
"main": "init.js",
"devDependencies": {
"@types/async": "^2.0.50",
"@types/bluebird": "^3.5.24",
"@types/crypto-js": "^3.1.43",
"@types/gulp": "^4.0.5",
"@types/ioredis": "^4.0.4",
"@types/js-yaml": "^3.11.2",
"@types/knex": "^0.15.1",
"@types/lodash": "^4.14.118",
"@types/luxon": "^1.4.1",
"@types/micromatch": "^3.1.0",
"@types/mz": "0.0.32",
"@types/node": "^10.12.9",
"@types/node-fetch": "^2.1.4",
"@types/random-js": "^1.0.31",
"@types/raven": "^2.5.1",
"@types/shortid": "0.0.29",
"@types/universal-analytics": "^0.4.2",
"@types/ws": "^6.0.1",
"gulp": "^4.0.0",
"gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^5.0.0-alpha.3",
"tslint": "^5.11.0",
"tslint-consistent-codestyle": "^1.14.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-sonarts": "^1.8.0",
"typescript": "^3.1.6"
},
"scripts": {
"lint": "tslint --project tsconfig.json src/**/*.ts",
"build": "gulp"
},
"engines": {
"node": ">=10.8.0"
}
}