mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 22:53:06 +08:00
18 lines
352 B
JSON
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.8.2",
|
|
"@actions/github": "^4.0.0",
|
|
"docker-compose": "^0.23.5"
|
|
}
|
|
}
|