-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 958 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
31
32
33
{
"name": "aws-cloudformation-attributes",
"version": "0.0.1",
"description": "An application to generate a cheatsheet of attributes returned by Ref and Fn::GetAtt intrinsic functions for AWS CloudFormation resources.",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"lint": "eslint src/*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/srikanthmanda/aws-cloudformation-attributes.git"
},
"keywords": [
"aws",
"cloudformation",
"cheatsheet"
],
"author": "srikanthmanda",
"license": "ISC",
"bugs": {
"url": "https://github.com/srikanthmanda/aws-cloudformation-attributes/issues"
},
"homepage": "https://github.com/srikanthmanda/aws-cloudformation-attributes#readme",
"dependencies": {
"@octokit/request": "^5.4.7",
"yauzl": "^2.10.0"
},
"devDependencies": {
"eslint": "^7.14.0"
}
}