setup-redis/package.json

29 lines
686 B
JSON

{
"name": "@supercharge/redis-github-action",
"description": "Redis server in a GitHub Action",
"version": "1.0.0",
"author": "Marcus Pöhls <marcus@superchargejs.com>",
"bugs": {
"url": "https://github.com/superchargejs/redis-github-action/issues"
},
"dependencies": {
"@actions/core": "~1.2.0",
"@actions/exec": "~1.0.2"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/superchargejs/redis-github-action",
"keywords": [
"redis",
"github",
"github-action",
"supercharge"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/superchargejs/redis-github-action.git"
}
}