-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "workos-code-challenge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"deploy": "serverless deploy",
"dev": "sls offline start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamf321/slack-user-tool.git"
},
"author": "Adam Fenton",
"license": "ISC",
"bugs": {
"url": "https://github.com/adamf321/slack-user-tool/issues"
},
"homepage": "https://github.com/adamf321/slack-user-tool",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.168.0",
"@aws-sdk/client-sqs": "^3.145.0",
"@aws-sdk/util-dynamodb": "^3.168.0",
"mariadb": "^3.0.1",
"serverless": "^3.21.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.102",
"@types/jest": "^28.1.6",
"axios": "^0.27.2",
"jest": "^28.1.3",
"serverless-lift": "^1.20.2",
"serverless-offline": "^9.1.7",
"serverless-plugin-typescript": "^2.1.2",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}