forked from snowball-dev-group/snowball-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.87 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
{
"dependencies": {
"bluebird": "^3.5.1",
"carina": "^0.10.0",
"crypto-js": "^3.1.9-1",
"discord.js": "github:discordjs/discord.js#e0cbf0bb607381633fe125c18b86722985ba31ea",
"format-message": "^5.2.1",
"full-url": "^1.0.0",
"ioredis": "^3.2.2",
"knex": "^0.14.2",
"lodash": "^4.17.4",
"loggy": "gitlab:BlackSilverBot/loggy#870c5c9f860efcbe083272a56980fe5f3016abdb",
"minimist": "^1.2.0",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"mysql": "^2.15.0",
"mz": "^2.7.0",
"node-fetch": "^1.7.3",
"random-js": "^1.0.8",
"raven": "^2.3.0",
"timestring": "^5.0.0",
"universal-analytics": "^0.4.16",
"ws": "^3.3.3"
},
"name": "snowballbot-discord",
"displayName": "Discord Snowball bot",
"author": "DaFri_Nochiterov",
"version": "0.9.998",
"main": "init.js",
"devDependencies": {
"@types/async": "^2.0.47",
"@types/bluebird": "^3.5.19",
"@types/crypto-js": "^3.1.38",
"@types/ioredis": "^3.2.5",
"@types/knex": "0.0.67",
"@types/lodash": "^4.14.92",
"@types/mz": "0.0.32",
"@types/node": "^8.5.8",
"@types/node-fetch": "^1.6.7",
"@types/random-js": "^1.0.30",
"@types/raven": "^2.1.3",
"@types/universal-analytics": "^0.4.2",
"@types/ws": "^4.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-ts": "^6.0.0-beta.17",
"grunt-tslint": "^5.0.1",
"tslint": "^5.9.1",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.6.2"
},
"scripts": {
"lint": "tslint --project tsconfig.json src/**/*.ts",
"build": "npm run lint && grunt default"
},
"engines": {
"node": ">=9.3.0"
}
}