aboutsummaryrefslogtreecommitdiff
path: root/.github/actions/github-release/package.json
blob: abfc55f6ff2b53e432de70257d4c6c758eb505c6 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "wasmtime-github-release",
  "version": "0.0.0",
  "main": "main.js",
  "dependencies": {
    "@actions/core": "^1.0.0",
    "@actions/github": "^1.0.0",
    "glob": "^7.1.5"
  }
}