{ "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" } }