openhab-vscode/.azure-pipelines/github-release/package.json

16 lines
354 B
JSON

{
"name": "github-release",
"version": "1.0.0",
"description": "",
"main": "github-release.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Microsoft",
"license": "MIT",
"dependencies": {
"@octokit/auth-action": "^1.3.2",
"@octokit/rest": "^18.3.0"
}
}