-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 929 Bytes
/
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
{
"name": "serverless-stack-termination-protection",
"version": "2.0.2",
"description": "Serverless plugin to update the CloudFormation stack termination protection",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miguel-a-calles-mba/serverless-stack-termination-protection.git"
},
"keywords": [
"serverless",
"plugin",
"aws",
"cloudformation",
"stack",
"termination",
"protection"
],
"author": "Miguel A. Calles, MBA <miguelacallesmba@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/miguel-a-calles-mba/serverless-stack-termination-protection/issues"
},
"homepage": "https://github.com/miguel-a-calles-mba/serverless-stack-termination-protection#readme",
"dependencies": {}
}