-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.31 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
{
"name": "vaxxie",
"version": "1.0.3",
"description": "Vaccination bot",
"main": "index.js",
"scripts": {
"build": "sam build --template ./template.yaml",
"deploy": "sam deploy --template-file .aws-sam/build/template.yaml --stack-name vaxxbot3 --parameter-overrides Namespace=Echo ElasticsearchInstanceCount=3 EnvironmentPrefix=Vaxxbot AnnouncementChannel=C01T438NM9B SlackDomain=find-me-a-vax BotUserIdEn=U01TE5GUTB6 BotUserIdEs=U01T17AQH0W VpcSecondOctet=101 --s3-bucket 07bad1ce-5fe6-449f-9e1c-52cd6d38ee6f --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM",
"kick": "npm run build && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrew-templeton/vaxxie.git"
},
"keywords": [
"aws",
"cloudformation",
"lambda",
"backed",
"custom",
"resource",
"lex",
"bot",
"chatbot",
"bot",
"bots"
],
"author": "Andrew Templeton <[email protected]> (https://github.com/andrew-templeton)",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrew-templeton/vaxxie/issues"
},
"homepage": "https://github.com/andrew-templeton/vaxxie#readme",
"dependencies": {
"heb-cheater": "^1.3.3",
"jsonschema": "^1.4.0",
"node-html-parser": "^3.0.4"
},
"devDependencies": {
"aws-sdk": "^2.875.0"
}
}