gha/package.json
Thomas Schoffelen d832b04aea
Initial commit
2018-12-31 18:13:07 +01:00

40 lines
816 B
JSON

{
"name": "gha",
"version": "1.0.0",
"description": "Test Github Actions locally through Docker.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"preferGlobal": true,
"bin": {
"gha": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tschoffelen/gha.git"
},
"keywords": [
"github-actions",
"github",
"actions",
"docker",
"hcl",
"testing",
"debugging"
],
"author": "Thomas Schoffelen <thomas@includable.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tschoffelen/gha/issues"
},
"homepage": "https://github.com/tschoffelen/gha#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"glob": "^7.1.3",
"hcl": "^0.1.0",
"shelljs": "^0.8.3"
}
}