-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 938 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
{
"name": "since",
"version": "1.3.3",
"description": "Slack Slash Command tracking how long it's been since an event",
"main": "handler.js",
"scripts": {
"lint": "tslint -p tsconfig.json",
"deploy": "sls deploy"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.77",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.31",
"@types/uuid": "^8.3.0",
"@types/winston": "^2.3.8",
"aws-sdk": "^2.938.0",
"class-transformer": "^0.4.0",
"crypto": "^1.0.1",
"moment": "^2.29.4",
"reflect-metadata": "^0.1.13",
"serverless": "^2.50.0",
"serverless-slack": "theawayteam/serverless-slack",
"serverless-webpack": "^4.0.0",
"ts-loader": "^2.3.7",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"webpack": "^3.6.0",
"winston": "^2.4.0"
},
"author": "TheConnMan",
"dependencies": {
"serverless-domain-manager": "^2.6.13"
}
}