-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "slack-cat-bot",
"version": "1.0.0",
"description": "タイプスクリプトの勉強会用です。slackでにゃーんと叫ぶと猫の画像が降ってくるようにします。",
"main": "index.js",
"dependencies": {
"@aws-sdk/client-sqs": "^3.14.0",
"aws-lambda": "^1.0.6",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.76",
"@types/request-promise": "^4.1.47",
"serverless": "^2.40.0",
"serverless-offline": "^7.0.0",
"serverless-plugin-typescript": "^1.1.9",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BearTail/slack-cat-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BearTail/slack-cat-bot/issues"
},
"homepage": "https://github.com/BearTail/slack-cat-bot#readme"
}