ssh-agent/package.json

17 lines
484 B
JSON
Raw Normal View History

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