forked from manwaring-automation/odin
-
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) · 801 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 801 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": "odin",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"deploy": "sls deploy",
"remove": "sls remove",
"postremove": "rimraf infrastructure/stack-outputs.yml"
},
"dependencies": {
"@manwaring/lambda-wrapper": "0.2.1",
"epsagon": "^1.7.13",
"source-map-support": "^0.5.6"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.6",
"@types/aws-sdk": "^2.7.0",
"@types/node": "^8.10.17",
"aws-sdk": "^2.259.1",
"git-rev-sync": "^1.12.0",
"serverless": "^1.30.1",
"serverless-cloudformation-resource-counter": "^0.1.1",
"serverless-plugin-epsagon": "^1.4.10",
"serverless-stack-output": "^0.2.3",
"serverless-webpack": "^5.1.1",
"ts-loader": "^4.2.0",
"typescript": "^2.8.1",
"webpack": "^4.5.0"
}
}