-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "pickle-mod",
"version": "3.0.0",
"description": "Discord bot for server moderation purposes",
"main": "bin/bot.js",
"scripts": {
"lint": "tslint './src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zajrik/pickle-mod.git"
},
"keywords": [
"discord",
"bot",
"yamdbf",
"node",
"modbot",
"pickle"
],
"author": "Zackary Campbell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zajrik/pickle-mod/issues"
},
"homepage": "https://github.com/zajrik/pickle-mod#readme",
"dependencies": {
"@yamdbf/command-usage": "yamdbf/command-usage#indev",
"@yamdbf/core": "yamdbf/core#indev",
"@yamdbf/dm-manager": "yamdbf/dm-manager#indev",
"sequelize": "^4.7.5",
"sqlite3": "^3.1.9"
},
"devDependencies": {
"@types/node": "^6.0.88",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.2",
"tslint": "^5.6.0",
"typescript": "^3.0.3"
}
}