summaryrefslogtreecommitdiffstats
path: root/ci/github-script/package.json
blob: c043dc6b1145fbd785702ca1d205976b768aecbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "private": true,
  "scripts": {
    "typecheck": "tsc --build",
    "testsuite": "node --test",
    "test": "npm run typecheck && npm run testsuite"
  },
  "type": "module",
  "//": [
    "Keep `@actions/core` and `@actions/github` in sync with",
    "https://github.com/actions/github-script/blob/main/package.json."
  ],
  "dependencies": {
    "@actions/artifact": "6.2.1",
    "@actions/core": "1.10.1",
    "@actions/github": "9.1.0",
    "bottleneck": "2.19.5",
    "commander": "14.0.3"
  },
  "devDependencies": {
    "@types/node": "24.13.3",
    "typescript": "7.0.2"
  }
}