-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 970 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
{
"author": "Helio Machado <[email protected]>",
"bugs": {
"url": "https://github.com/helpfulengineering/tool-slack-automation/issues"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^2.6.1",
"aws-sdk": "^2.680.0",
"fuzzaldrin-plus": "^0.6.0",
"serverless-plugin-warmup": "^8.3.0",
"serverless-prune-plugin": "^2.1.0",
"serverless-python-requirements": "^5.4.0",
"serverless-wsgi": "^3.0.5"
},
"description": "Slack onboarding assistant bot",
"homepage": "https://github.com/helpfulengineering/tool-slack-automation#readme",
"keywords": [],
"license": "GPL-3.0-or-later",
"name": "onboarding-assistant",
"repository": {
"type": "git",
"url": "git+https://github.com/helpfulengineering/tool-slack-automation.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.5",
"devDependencies": {
"serverless-domain-manager": "^7.4.0"
}
}