-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 832 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
{
"dependencies": {
"aws-cdk": "^2.35.0"
},
"name": "aws-ecr-test",
"description": "This repository demonstrates the use of the [AWS Cloud Development Kit (CDK)](https://aws.amazon.com/cdk/) and [AWS Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/) to distribute built software to end-users, developers, and GitHub Actions via a cloud-hosted Docker registry.",
"version": "1.0.0",
"main": "cdk.json",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rr-tom-noble/aws-ecr-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rr-tom-noble/aws-ecr-test/issues"
},
"homepage": "https://github.com/rr-tom-noble/aws-ecr-test#readme"
}