ssh-agent-action/package.json
2024-04-22 23:15:50 +02:00

16 lines
475 B
JSON

{
"name": "webfactory-action-ssh-agent",
"repository": "git@github.com:webfactory/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.1"
},
"scripts": {
"build": "node scripts/build.js"
}
}