summaryrefslogtreecommitdiff
path: root/ci/github-script/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/github-script/package.json')
-rw-r--r--ci/github-script/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/ci/github-script/package.json b/ci/github-script/package.json
new file mode 100644
index 0000000000..1517886232
--- /dev/null
+++ b/ci/github-script/package.json
@@ -0,0 +1,13 @@
+{
+ "private": true,
+ "//": [
+ "Keep @actions/core and @actions/github in sync with",
+ "https://github.com/actions/github-script/blob/main/package.json."
+ ],
+ "dependencies": {
+ "@actions/core": "1.11.1",
+ "@actions/github": "6.0.1",
+ "bottleneck": "2.19.5",
+ "commander": "14.0.3"
+ }
+}