-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 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
{
"name": "macpro-platform-doc-conversion",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Enterprise-CMCS/macpro-platform-doc-conversion.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Enterprise-CMCS/macpro-platform-doc-conversion/issues"
},
"homepage": "https://github.com/Enterprise-CMCS/macpro-doc-conversion#readme",
"devDependencies": {
"@stratiformdigital/serverless-idempotency-helper": "^3.2.0",
"@types/node": "^14.14.6",
"aws-sdk": "^2.923.0",
"serverless": "^3.16.0",
"serverless-bundle": "^5.3.0",
"@stratiformdigital/serverless-iam-helper": "^3.2.0",
"@stratiformdigital/serverless-online": "^3.2.0",
"serverless-plugin-scripts": "^1.0.2",
"serverless-plugin-warmup": "^7.1.0",
"serverless-s3-bucket-helper": "Enterprise-CMCS/serverless-s3-bucket-helper#0.1.1",
"serverless-stack-termination-protection": "^2.0.0"
},
"dependencies": {}
}