compose-action/package.json
2020-11-02 14:20:02 +09:00

18 lines
352 B
JSON

{
"name": "compose-action",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"docker-compose": "^0.23.5"
}
}