aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 99039925a9a785f92f0dfa3d05ea39267512fa7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "setup-mill",
  "version": "0.1.0",
  "main": "setup.js",
  "dependencies": {
    "@actions/core": "^1.1.1",
    "@actions/io": "^1.0.1",
    "@actions/exec": "^1.0.1",
    "@actions/tool-cache": "^1.1.1"
  }
}