mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 17:44:08 +02:00
23 lines
560 B
JSON
23 lines
560 B
JSON
{
|
|
"name": "nextcloud-version-matrix",
|
|
"version": "1.0.0",
|
|
"description": "Generate nextcloud version matrix for an app",
|
|
"main": "src/action.js",
|
|
"scripts": {
|
|
"build": "ncc build src/action.js -o dist",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/http-client": "^2.2.0",
|
|
"url-exist": "^2.0.2",
|
|
"xmldom": "^0.6.0",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.1"
|
|
}
|
|
}
|