-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 902 Bytes
/
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
{
"name": "slack-link-unfurling",
"version": "1.0.0",
"description": "Example on how to set up slack link unfurling",
"main": "index.js",
"scripts": {
"lint": "eslint --config .eslintrc.json src/*.js",
"run": "pm2 start ecosystem.config.js",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drwho725/slack-link-unfurling.git"
},
"keywords": [
"slack",
"unfurl",
"link",
"botkit"
],
"author": "Saju Varghese",
"license": "MIT",
"bugs": {
"url": "https://github.com/drwho725/slack-link-unfurling/issues"
},
"homepage": "https://github.com/drwho725/slack-link-unfurling#readme",
"dependencies": {
"botkit": "^0.7.2",
"eslint": "^9.15.0",
"pm2": "^5.4.2",
"winston": "^3.14.1",
"@snyk/protect": "1.1292.4"
},
"snyk": true
}