-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 997 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 997 Bytes
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
{
"name": "slack-randomizer",
"version": "1.0.0",
"description": "A custom Slack intergration to provide a random name.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"claudia-generate": "claudia generate-serverless-express-proxy --version dev --express-module app",
"claudia-create": "claudia create --handler lambda.handler --deploy-proxy-api --region us-east-2 --profile claudia",
"claudia-update": "claudia update --profile claudia"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TerrenceMM2/Slack-Randomizer.git"
},
"author": "Terrence Mahnken",
"license": "MIT",
"bugs": {
"url": "https://github.com/TerrenceMM2/Slack-Randomizer/issues"
},
"homepage": "https://github.com/TerrenceMM2/Slack-Randomizer#readme",
"dependencies": {
"aws-serverless-express": "^3.3.6",
"axios": "^0.19.2",
"express": "^4.17.1"
},
"devDependencies": {
"claudia": "^5.12.0"
}
}