summaryrefslogtreecommitdiff
path: root/ci/github-script/package.json
blob: 1517886232f81f4e6c358365faf90728d1882367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
  }
}