ssh-agent/package.json
cswimr e296b8a627
Some checks failed
/ deployment_keys_demo (macOS-latest) (push) Has been cancelled
/ deployment_keys_demo (ubuntu-latest) (push) Has been cancelled
/ deployment_keys_demo (windows-latest) (push) Has been cancelled
/ docker_demo (push) Has been cancelled
support forgejo actions
2024-10-20 10:09:00 -04:00

16 lines
484 B
JSON

{
"name": "webfactory-action-ssh-agent",
"repository": "git@www.coastalcommits.com:actions/ssh-agent.git",
"description": "GitHub Action to set up ssh-agent with a private SSH key",
"version": "0.7.0",
"main": "index.js",
"author": "webfactory GmbH <info@webfactory.de>",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.9.1",
"@vercel/ncc": "^0.38.2"
},
"scripts": {
"build": "node scripts/build.js"
}
}