mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 06:33:06 +08:00
29 lines
720 B
JSON
29 lines
720 B
JSON
{
|
|
"name": "compose-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"No test specified\" && exit 1",
|
|
"test:ci": "echo \"No test specified\"",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write \"**/*.{js,json}\"",
|
|
"check-format": "prettier --check \"**/*.{js,json}\"",
|
|
"build": "echo \"No build step\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.8.2",
|
|
"@actions/github": "^4.0.0",
|
|
"docker-compose": "^0.24.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.7.1"
|
|
}
|
|
}
|