Files
setup-weld/package.json

21 lines
436 B
JSON

{
"name": "setup-weld-action",
"version": "1.0.0",
"description": "GitHub Action to set up the Weld CLI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"action",
"weld"
],
"author": "",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.2.9"
}
}