mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
24 lines
581 B
JSON
24 lines
581 B
JSON
{
|
|
"name": "nextcloud-artifacts-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/trympet/nextcloud-artifacts-action.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/trympet/nextcloud-artifacts-action/issues"
|
|
},
|
|
"homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.3.0"
|
|
}
|
|
}
|