forked from runs-on/runs-on
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
32
33
34
35
36
37
38
39
40
{
"name": "runs-on",
"version": "v1.5.0",
"private": true,
"description": "Deploy ephemeral and cheap self-hosted runners for your GitHub Action workflows, in your AWS account",
"author": "Cyril Rohr",
"license": "Prosperity Public License 3.0.0",
"homepage": "https://github.com/runs-on/runs-on",
"scripts": {
"synchronize": "node -e 'require(\"./src/config\").fetch(\".env\")'",
"md-specs": "./bin/md-specs",
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.478.0",
"@aws-sdk/client-cost-explorer": "^3.470.0",
"@aws-sdk/client-ec2": "^3.468.0",
"@aws-sdk/client-s3": "^3.470.0",
"@aws-sdk/client-sns": "^3.478.0",
"envsub": "^4.1.0",
"fastq": "^1.16.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"lru-memoize": "^1.1.0",
"nodemon": "^3.0.2",
"p-throttle": "^4.1.1",
"probot": "^12.3.3"
},
"devDependencies": {
"jest": "^29.0.0",
"nock": "^13.0.5",
"smee-client": "^1.2.2"
},
"engines": {
"node": ">= 20.0.0"
},
"jest": {
"testEnvironment": "node"
}
}