-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
50
51
{
"name": "agents-api",
"version": "1.0.1",
"description": "agents.com.au",
"main": "handler.js",
"scripts": {
"deploy": "AWS_PROFILE=agents-api-deploy AWS_REGION=ap-southeast-2 sls deploy --stage=dev",
"deploy:prod": "AWS_PROFILE=agents-api-deploy AWS_REGION=ap-southeast-2 sls deploy --stage=prod",
"test": "AWS_DEFAULT_PROFILE=agents AWS_DEFAULT_REGION=ap-southeast-2 DYNAMODB_USERS_TABLE=agentsUsers jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nolim1t/agents-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://abc.com"
},
"homepage": "",
"devDependencies": {
"jest": "^18.1.0",
"modclean": "^2.1.2",
"serverless-webpack": "^4.2.0",
"webpack": "^3.10.0"
},
"dependencies": {
"@slack/client": "^3.14.2",
"async": "^2.3.0",
"authy": "^1.3.0",
"aws-sdk": "^2.156.0",
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"btoa": "^1.1.2",
"debug": "^3.1.0",
"express": "^4.16.2",
"geolib": "^2.0.24",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"moment": "^2.19.2",
"pipeworks": "^1.3.1",
"qs": "^6.5.1",
"redis": "^2.8.0",
"sendgrid": "^4.7.1",
"slugify": "^1.2.4",
"uuid": "^3.2.1",
"validate.js": "^0.12.0"
}
}