-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
37 lines (37 loc) · 818 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
34
35
36
37
{
"name": "serverless-fargate",
"version": "0.0.13",
"description": "Maintain long-running Fargate ECS tasks within your Serverless project",
"main": "src/index.js",
"peerDependencies": {
"serverless": "2 || 3"
},
"devDependencies": {
"jest": "^27.5.1"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "jest"
},
"files": [
"src/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eddmann/serverless-fargate.git"
},
"keywords": [
"serverless",
"fargate",
"aws",
"ecr"
],
"author": "Edd Mann <the@eddmann.com> (https://eddmann.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/eddmann/serverless-fargate/issues"
},
"homepage": "https://github.com/eddmann/serverless-fargate#readme"
}