mirror of
https://github.com/icewind1991/nextcloud-version-matrix.git
synced 2026-06-03 09:34:12 +02:00
24 lines
605 B
JSON
24 lines
605 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": "INPUT_FILENAME=.github/workflows/info.xml node src/action.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/http-client": "^2.2.0",
|
|
"deep-equal": "^2.2.3",
|
|
"url-exist": "^2.0.2",
|
|
"xmldom": "^0.6.0",
|
|
"xpath": "0.0.27"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.1"
|
|
}
|
|
}
|