forked from snap40/serverless-aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 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
41
{
"name": "serverless-aws-cdk",
"version": "0.5.0",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for AWS through the CDK",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snap40/serverless-aws-cdk.git"
},
"author": "Richard Jones ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/snap40/serverless-aws-cdk/issues"
},
"homepage": "https://github.com/snap40/serverless-aws-cdk#readme",
"dependencies": {
"@aws-cdk/aws-lambda": "^1.61.1",
"@aws-cdk/aws-s3": "^1.61.1",
"@aws-cdk/core": "^1.61.1",
"@types/bluebird": "^3.5.32",
"@types/uuid": "^3.4.9",
"aws-cdk": "^1.61.1",
"aws-sdk": "^2.745.0",
"bluebird": "^3.7.2",
"lodash": "^4.17.20",
"source-map-support": "^0.5.19",
"typescript": "^3.9.5",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/node": "^12.12.47",
"serverless": "^1.73.1"
}
}