forked from YappyBots/YappyGitLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "DiscordBot-YappyGitlab",
"version": "1.7.2",
"description": "A Gitlab repo monitor bot for Discord",
"main": "lib/index.js",
"private": true,
"scripts": {
"start": "node lib/index.js",
"lint": "eslint .",
"docs": "docgen --source lib --jsdoc .jsdoc.json --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source lib --jsdoc .jsdoc.json --custom docs/index.yml",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"test": "snyk test"
},
"repository": {
"url": "https://github.com/YappyBots/YappyGitLab",
"type": "git"
},
"author": "David Sevilla Martin <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"clean-stacktrace": "^1.1.0",
"cookie-parser": "^1.4.3",
"discord.js": "github:discordjs/discord.js#master",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"hbs": "^4.0.1",
"jsondiffpatch": "^0.3.11",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"mongoose": "^5.2.2",
"punycode": "^2.1.1",
"snekfetch": "^3.6.4",
"snyk": "^1.88.2",
"winston": "^2.4.3",
"yappybots-addons": "github:YappyBots/yappy-addons"
},
"devDependencies": {
"discord.js-docgen": "github:hydrabolt/discord.js-docgen",
"eslint": "^5.1.0",
"jsdoc": "^3.5.5",
"jsdoc-strip-async-await": "^0.1.0",
"require-so-slow": "^1.0.1"
},
"snyk": true
}